cavis/libnd4j/include/ops/declarable/generic
shugeo e09a785232 Shugeo resize fix5 (#102)
* Refactored resize images ops to use TF-like bool args as input.

* Refactored helpers for cpu implementation of resize_bilinear and resize_nearest_neighbor ops.

* Refactored cuda implementation for image.resize_bilinear and image.resize_nearest_neighbor ops helpers.

* Refactored nearest_neighbor resize op.

* Added a pair of tests for special case of resize_bilinear algorithm.

* Fixed issue with resize_bilinear op.

* Refactored cpu implementation for helpers with resize_nearest_neighbor op.

* Final fixed for resize ops to conform TF v.1.5

* Refactored cuda helpers for resize_neares_neighbor op.

* Fixed resize_bilinear to accept proper data.

* Fixed issue with non-float input for resize_bilinear op.

* Refactored cuda helper for resize_bilinear to proper process non-float inputs.

* Added tests for resize_bilinear to int inputs.

* Fixed ResizeBilinear wrapper

* Tests fixed

* Fixed float and bool constant to avoid overflow for some kind of compilers.

* Corrected float constants with float data type.

* Added f suffix for float constants.

* Corrected float constant to avoid overflow with initializing lists.

* Corrected float initializing list with float input.

* Corrected bool constant with initalizing list.

* Corrected float and bool values with initializing lists.

* Fixed wrong constant.

* Fixed issue with 1x1 input picture for resize.

* ResizeBilinear default values on import fix

Signed-off-by: raver119 <raver119@gmail.com>
2019-12-05 22:05:33 +03:00
..
activations - add parameter alpha to elu and lrelu_bp (#213) 2019-08-31 20:57:39 +03:00
bitwise - bits_hamming_distance dtype fix (#8208) 2019-09-06 08:59:05 +03:00
blas [WIP] MSVC-related tests fixes (#88) 2019-11-30 16:02:07 +03:00
boolean fix for is_increasing/non_decreasing ops for empty input case (#63) 2019-11-20 11:12:15 +03:00
broadcastable Added igamma and igammac broadcastable ops implementations and tests. 2019-10-16 14:02:53 +03:00
datatypes [WIP] Shugeo release fixes4 (#91) 2019-11-29 16:05:08 +03:00
flow Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
grad Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
helpers [WIP] CUDA tests (#95) 2019-12-02 21:37:21 +03:00
kernels Merge pull request #7 from KonduitAI/asto_nd4s_10172019 2019-10-23 12:11:25 +03:00
list Shugeo cuda tests (#116) 2019-08-15 13:54:47 +03:00
loss [WIP] more CUDA stuff (#57) 2019-07-20 23:05:21 +10:00
nlp [WIP] Error handling (#169) 2019-08-26 19:57:51 +03:00
nn Various pre-release fixes (#111) 2019-12-05 14:20:03 +11:00
parity_ops Shugeo resize fix5 (#102) 2019-12-05 22:05:33 +03:00
random - new NDArrayFactory scalar constructor 2019-11-08 08:49:41 +03:00
recurrent [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
shape [WIP] CUDA tests (#95) 2019-12-02 21:37:21 +03:00
tests Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
thrid_party [WIP] More of CUDA (#95) 2019-08-05 11:27:05 +10:00
transforms Refactored pad and mirror_pad ops to conform with TF. (#100) 2019-12-03 15:06:38 +03:00
tsne [WIP] More of CUDA (#95) 2019-08-05 11:27:05 +10:00
CustomOperations.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
README.md Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
parity_ops.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00

README.md

Generic ops

Put any cross platform operations here. Anything platform specific should be put in: in ops/helpers.