211c0df76f
* libnd4j: RgbToGrayscale op #8536 - raw implementation in user branch, need checks for integration and adding other orders Signed-off-by: Oleg <oleg.semeniv@gmail.com> * libnd4j: RgbToGrayscale op #8536 next step of merging images Signed-off-by: Oleg <oleg.semeniv@gmail.com> * libnd4j: RgbToGrayscale op #8536, Revert merge of hsv_to_rgb and rgb_to_hsv as cause conflicts in naming need refactoring before merge, implementation of rbg_to_grs added * libnd4j: RgbToGrayscale op #8536 imlementation and conflict resolve * libnd4j: RgbToGrayscale op #8536 merged operations with images into image, renamed methods and files * libnd4j: RgbToGrayscale op #8536 added test for rgbToGrayScale, need clarification and fixed tests case run Signed-off-by: Oleg <oleg.semeniv@gmail.com> * libnd4j: RgbToGrayscale op #8536 bug fixing and need review * libnd4j: RgbToGrayscale op #8536 some additional corrections after review Signed-off-by: Oleg <oleg.semeniv@gmail.com> * - minor corrections in rgbToGrs test1 Signed-off-by: Yurii <iuriish@yahoo.com> * libnd4j: RgbToGrayscale op #8536, corrected tests and rbf_to_grs, fixed problems, refactoring, need review * libnd4j: RgbToGrayscale op #8536 fix for 'f' order in rgbToGrs * libnd4j: RgbToGrayscale op #8536 fixed several bugs with dimC, test case refactoring and improve Signed-off-by: Oleg <oleg.semeniv@gmail.com> * - add cuda kernel for rgbToGrs op Signed-off-by: Yurii <iuriish@yahoo.com> * - fix linkage errors Signed-off-by: Yurii <iuriish@yahoo.com> Co-authored-by: Yurii Shyrma <iuriish@yahoo.com> |
||
---|---|---|
.. | ||
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 | ||
diGamma.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 | ||
imagesHelpers.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.