cavis/libnd4j/include/ops/declarable/generic/reduce
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
..
argamax.cpp - new implementations for Index Reductions (#421) 2020-05-14 13:41:55 +03:00
argamin.cpp - new implementations for Index Reductions (#421) 2020-05-14 13:41:55 +03:00
argmax.cpp - new implementations for Index Reductions (#421) 2020-05-14 13:41:55 +03:00
argmin.cpp - new implementations for Index Reductions (#421) 2020-05-14 13:41:55 +03:00
norm.cpp some structure for ops (#337) 2020-03-23 07:28:54 +03:00
reduceMean.cpp some structure for ops (#337) 2020-03-23 07:28:54 +03:00
reduceStDev.cpp Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
reduceVariance.cpp some structure for ops (#337) 2020-03-23 07:28:54 +03:00
reduce_dot.cpp some structure for ops (#337) 2020-03-23 07:28:54 +03:00
reduce_logsumexp.cpp Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
reduce_max.cpp Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
reduce_min.cpp Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
reduce_norm1.cpp some structure for ops (#337) 2020-03-23 07:28:54 +03:00
reduce_norm2.cpp some structure for ops (#337) 2020-03-23 07:28:54 +03:00
reduce_norm_max.cpp some structure for ops (#337) 2020-03-23 07:28:54 +03:00
reduce_prod.cpp some structure for ops (#337) 2020-03-23 07:28:54 +03:00
reduce_sqnorm.cpp Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
reduce_sum.cpp some structure for ops (#337) 2020-03-23 07:28:54 +03:00