cavis/libnd4j/include/ops/declarable/generic
Oleh c3223dbc7a
Improve ResultSet usage in libnd4j (#281)
* libnd4j profiling DeclarableOp and Tests by replacing return ResultSet pointer by instance

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j profiling semantic change in tests cases

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j some corrections to make new ResultSet semantic works, fixed one test

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* libnd4j more tests fixes

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* - correct copy and move assignment operators of ResultSet class

Signed-off-by: Yurii <iuriish@yahoo.com>

Co-authored-by: Yurii <iuriish@yahoo.com>
Co-authored-by: raver119 <raver119@gmail.com>
2020-03-10 07:42:50 +03:00
..
activations Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
bitwise libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
blas libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
boolean Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
broadcastable Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
compat libnd4j polishing (#273) 2020-03-02 12:49:41 +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 libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
kernels libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
list libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
loss libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
nlp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
nn profiling of stack and unstack ops (#261) 2020-03-03 07:32:37 +03:00
parity_ops Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
random libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
recurrent Improve ResultSet usage in libnd4j (#281) 2020-03-10 07:42:50 +03:00
shape libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
strings libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
tests libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
thrid_party libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
transforms profiling of stack and unstack ops (#261) 2020-03-03 07:32:37 +03:00
tsne libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
util libnd4j polishing (#273) 2020-03-02 12:49:41 +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.