cavis/libnd4j/include/ops/declarable/generic
Abdelrauf 69d91e272a
- new implementations for Index Reductions (#421)
* - new implementations for Index Reductions
- small fix in the legacy reduction
- disabled index reduction bench tests inside Playground

Signed-off-by: Abdelrauf <rauf@konduit.ai>

* Allow LIBND4J_TYPES

Signed-off-by: Abdelrauf <rauf@konduit.ai>

* index reduction stuff split into bunch of units

* meh

* IMax switched to new impl

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

* minor fix + test

* minor fix

* index range fix

Signed-off-by: Abdelrauf <rauf@konduit.ai>

* noop on empty outputs

* minor fix

* minor fix

Signed-off-by: Abdelrauf <rauf@konduit.ai>

* ArgMax replaces IMax

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

* argmax/argmin/argamax/argamin shape functions updated

* ArgAmax/ArgAmin/ArgMin replaces IAMax/IAMin/IMin

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

* argmax/argmin/argamax/argamin CUDA

* IMax replaced in dl4j

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

* Codegen output

* imports fixed

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

* fix compilation issue

Signed-off-by: Abdelrauf <rauf@konduit.ai>

* Auto-generate compilation units

Signed-off-by: Abdelrauf <rauf@konduit.ai>

* Should fix NDArray refactored function calls in indexReductions.cu

Signed-off-by: Abdelrauf <rauf@konduit.ai>

Co-authored-by: raver119@gmail.com <raver119@gmail.com>
Co-authored-by: Alexander Stoyakin <alexander.stoyakin@gmail.com>
2020-05-14 13:41:55 +03:00
..
bitwise Nullify (#304) 2020-03-20 08:49:28 +03:00
blas compression ops (#436) 2020-05-08 20:59:39 +03:00
boolean Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
broadcastable Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
compat libnd4j fixes for context sync in operation execution (#350) 2020-03-30 16:33:51 +03:00
compression Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
datatypes libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
flow libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
grad libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
helpers libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
images some structure for ops (#337) 2020-03-23 07:28:54 +03:00
kernels libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
linalg Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
list libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
loss Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
nlp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
nn Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
parity_ops Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
random Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
reduce - new implementations for Index Reductions (#421) 2020-05-14 13:41:55 +03:00
shape Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
strings libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
tensor Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
tests libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
thrid_party Nullify (#304) 2020-03-20 08:49:28 +03:00
transforms Shyrma merge max ind (#443) 2020-05-12 07:47:09 +03:00
tsne libnd4j fixes for context sync in operation execution (#350) 2020-03-30 16:33:51 +03:00
updaters Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
util Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
CustomOperations.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
README.md Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
parity_ops.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00

README.md

Generic ops

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