cavis/libnd4j/include/ops/declarable/helpers/cpu
shugeo dc0036f2c6
Shugeo image resize bicubic (#56)
* Added implementation files for image_resize and resize_bicubic ops.

* Image resize and image.resize_bicubic ops implementation. Initial revision.

* Finished with infrastructure development for image.resize_bilinear op and image_resizo op implementation.

* Refactored resize methods.

* Added processing for Mitchelcubic algorithm.

* Added check for input/output sizes.

* Added int and float types for crop_and_resize op.

* Refactored crop_and_resize output type check.

* Added helper for bicubic interpolation as TF v.1 does.

* Added TF v.1 bicubic helper for cuda platform.

* Added cached class for bicubic algorithm.

* Refactored cuda implementation for crop_and_resize helper to use proper output type.

* Added facilities for bicubic interpolation.

* Portion bicubic interpolation from TF.

* Added tests for resize_bilinear testing.

* Working implementation of bicubic interpolation and tests.

* Refactored routines with image_resize bicubic op helper.

* Refactored code with coding standards.

* Refactored cpu helpers for resize_bicubic op.

* Refactored bicubic helpers.

* Added bicubic resize facilities.

* Implementing cuda kernels for bicubic interpolation. Implementation step.

* Cuda implementation of resize_bicubic op helper.

* Refactor image.resize_bicubic op helpers.

* Refactored helpers for resize_bicubic. Added error checking with cuda implementation.

* Refactored cuda implementation of resize_bicubic op helper. The first working revision.

* Cuda arch implementation for resize_bicubic op helper. Full working single-threaded revision.

* Intermediate bicubic interpolation helper for cuda.

* Refactored cpu helper for resize_bicubic.

* Multithreaded cuda implementation for resize_bicubic.

* Fixed merge issues.

* Refactored nlp helpers.

* Replicated resize_bicubic for 3D also.

* Eliminated waste comments of unused code.

* Eliminated waste comments with unused code.

* Eliminated waste template definitions.

* Eliminated waste debug code.

* Eliminated waste comments.

* Fixed multithreading with helpers.

* Fixed test suites for float and double in float point input lists.

* Fixed usage of reshape with 3D/4D on resizes.

* Final fixes.

* Fixed resize_neighbor op problem.
2019-11-20 21:11:04 +02:00
..
BarnesHutTsne.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
README.md Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
activations.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
addBias.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
adjust_hue.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
adjust_saturation.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
axis.cpp [WIP] Roll rewritten (#128) 2019-08-17 14:15:08 +03:00
batched_gemm.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
batchnorm.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
betaInc.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
col2im.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
compare_elem.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
confusion.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
convolutions.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
cross.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
d_t_s.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
diag.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
dilation2d.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
dropout.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
dynamic.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
extract_patches.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
fake_quantization.cpp Shugeo release fix1 (#61) 2019-11-20 13:37:48 +02:00
flatten.cpp [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00
gather.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
gradient.cpp [WIP] More of CUDA (#95) 2019-08-05 11:27:05 +10:00
gru.cpp Various fixes (#43) 2019-11-14 19:38:20 +11:00
hamming.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
hashcode.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
histogram.cpp [WIP] multi-device support (#80) 2019-08-14 16:52:34 +03:00
histogramFixedWidth.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
im2col.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
image_draw_bounding_boxes.cpp Shugeo image resize bicubic (#56) 2019-11-20 21:11:04 +02:00
image_resize.cpp Shugeo image resize bicubic (#56) 2019-11-20 21:11:04 +02:00
image_suppression.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
ismax.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
legacy_helper.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
lrn.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
lstm.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
lup.cpp Shugeo cuda docs1 (#249) 2019-09-09 16:27:45 +03:00
matrixSetDiag.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
matrix_band.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
matrix_diag_part.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
max_pooling.cpp [WIP] multi-device support (#80) 2019-08-14 16:52:34 +03:00
meshgrid.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
minimax.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
nth_element.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
one_hot.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
percentile.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
polyGamma.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
prefix.cpp [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00
random.cpp - new NDArrayFactory scalar constructor 2019-11-08 08:49:41 +03:00
random_crop.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
range.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
reverse.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
roll.cpp Shugeo cuda docs1 (#249) 2019-09-09 16:27:45 +03:00
s_t_b.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
s_t_d.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
scatter.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
segment.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
sequence_mask.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
sg_cb.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
shift.cpp [WIP] right shift ops (#118) 2019-08-15 20:35:15 +03:00
sru.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
stack.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
svd.cpp - add additional condition in svd helper to take into account rounding errors (#31) 2019-11-05 17:16:17 +02:00
toggle_bits.cpp [WIP] multi-device support (#80) 2019-08-14 16:52:34 +03:00
top_k.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
transforms.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
weights.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
zeta.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00

README.md

This folder contains OpenMP implementations for operations helpers. Basically suited for homogenous x86-like platforms.