da1944e8e1
* Added implementation files for image_resize and resize_bicubic ops. * Image resize and image.resize_bicubic ops implementation. Initial revision. * Minor fix * Some TF imports disabled. * Finished with infrastructure development for image.resize_bilinear op and image_resizo op implementation. * Refactored resize methods. * Added processing for Mitchelcubic algorithm. * adjust_contrast * Small fix for TF import expected value loading when variable name starts with the test name Signed-off-by: AlexDBlack <blacka101@gmail.com> * Tests * Tests added. * Removed tf names absent in mapping. * Some fixes. * Small fixes * Minor change * Some failing tests. * Disable failed test * Ignore some tests * Fix import class mapping Signed-off-by: AlexDBlack <blacka101@gmail.com> * Fix float property mapping (flatbuffers) Signed-off-by: AlexDBlack <blacka101@gmail.com> * Override equality function for model 'dropout' Signed-off-by: AlexDBlack <blacka101@gmail.com> * Fail tests * Failed tests ignored temporarily. * Minor fixes * Small fix * Conflict resolved * Default implementations of tensorflowName and onnxName |
||
---|---|---|
.. | ||
BarnesHutTsne.cpp | ||
README.md | ||
activations.cpp | ||
addBias.cpp | ||
adjust_hue.cpp | ||
adjust_saturation.cpp | ||
axis.cpp | ||
batched_gemm.cpp | ||
batchnorm.cpp | ||
betaInc.cpp | ||
col2im.cpp | ||
compare_elem.cpp | ||
confusion.cpp | ||
convolutions.cpp | ||
cross.cpp | ||
d_t_s.cpp | ||
diag.cpp | ||
dilation2d.cpp | ||
dropout.cpp | ||
dynamic.cpp | ||
extract_patches.cpp | ||
fake_quantization.cpp | ||
flatten.cpp | ||
gather.cpp | ||
gradient.cpp | ||
gru.cpp | ||
hamming.cpp | ||
hashcode.cpp | ||
histogram.cpp | ||
histogramFixedWidth.cpp | ||
im2col.cpp | ||
image_draw_bounding_boxes.cpp | ||
image_resize.cpp | ||
image_suppression.cpp | ||
ismax.cpp | ||
legacy_helper.cpp | ||
lrn.cpp | ||
lstm.cpp | ||
lup.cpp | ||
matrixSetDiag.cpp | ||
matrix_band.cpp | ||
matrix_diag_part.cpp | ||
max_pooling.cpp | ||
meshgrid.cpp | ||
minimax.cpp | ||
nth_element.cpp | ||
one_hot.cpp | ||
percentile.cpp | ||
polyGamma.cpp | ||
prefix.cpp | ||
random.cpp | ||
random_crop.cpp | ||
range.cpp | ||
reverse.cpp | ||
roll.cpp | ||
s_t_b.cpp | ||
s_t_d.cpp | ||
scatter.cpp | ||
segment.cpp | ||
sequence_mask.cpp | ||
sg_cb.cpp | ||
shift.cpp | ||
sru.cpp | ||
stack.cpp | ||
svd.cpp | ||
toggle_bits.cpp | ||
top_k.cpp | ||
transforms.cpp | ||
weights.cpp | ||
zeta.cpp |
README.md
This folder contains OpenMP implementations for operations helpers. Basically suited for homogenous x86-like platforms.