cavis/libnd4j/include/ops/declarable/generic
shugeo 009007120b Shugeo_release_fixes3 (#81)
* Implementation for non_max_suppression_v3 was added. Initial version

* Added check for overcome threshold.

* Added definition for V3 method.

* java remapping for NonMaxSuppressionV3

Signed-off-by: raver119 <raver119@gmail.com>

* Fixed proporly processing of an empty output and test.

* Refactored op to less threshold data to float.

* Implemented cuda-based helper for non_max_suppression_v3 op.

* Fixed fake_quant_with_min_max_vars op.

* Fixed tests with float numbers.

* - assert now stops execution
- sortByKey/sortByValue now have input validation

Signed-off-by: raver119 <raver119@gmail.com>

* missing var

Signed-off-by: raver119 <raver119@gmail.com>

* Fixed proper processing for zero max_size inputs.

* Refactored kernel callers.

* Fixed return statement for logdet op helper.

* Refactored unsorted segment SqrtN op.

* get back 8 tail bytes on CUDA

Signed-off-by: raver119 <raver119@gmail.com>

* Refactored segment prod ops and helpers for cuda and tests.

* Additional test.

* CudaWorkspace tests updated for 8 tail bytes

Signed-off-by: raver119 <raver119@gmail.com>

* special atomic test

Signed-off-by: raver119 <raver119@gmail.com>

* atomicMul/atomicDiv fix for 16bit values

Signed-off-by: raver119 <raver119@gmail.com>

* Eliminated waste prints.
2019-11-28 21:08:51 +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] ThreadPool (#8) 2019-11-13 17:04:59 +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 Shugeo release fix2 (#70) 2019-11-22 22:42:44 +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 Eclipse Migration Initial Commit 2019-06-06 15:21:15 +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 Shyrma deconv3 (#69) 2019-11-21 21:17:30 +02:00
parity_ops Shugeo_release_fixes3 (#81) 2019-11-28 21:08:51 +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 Shugeo release fix2 (#70) 2019-11-22 22:42:44 +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 Shyrma scatter (#84) 2019-11-26 20:29:09 +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.