cavis/libnd4j/include/ops/declarable/generic
raver119 fd6c0df024 [WIP] More CUDA fixes/updates (#62)
* CUDA reallocation update

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

* Legacy SoftMax/LogSoftMax/SoftMaxDerivative removed from cpp

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

* SoftMaxDerivative op removed

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

* few tests updates

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

* RNG fixes

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

* few more tests updates

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

* legacy Histogram/Pooling2D removed

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

* legacy Histogram removed

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

* histogram moved

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

* histogram moved cuda

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

* Histogram custom op

Signed-off-by: raver119 <raver119@gmail.com>
2019-07-20 23:07:42 +10:00
..
activations [WIP] more CUDA stuff (#57) 2019-07-20 23:05:21 +10:00
bitwise Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
blas [WIP] more CUDA stuff (#57) 2019-07-20 23:05:21 +10:00
boolean Small fixes (#43) 2019-07-20 22:19:20 +10:00
broadcastable Dev branch merge: dev_20190606 (#7904) 2019-06-15 21:34:34 +10:00
convo [WIP] more CUDA stuff (#57) 2019-07-20 23:05:21 +10:00
datatypes Eclipse Migration Initial Commit 2019-06-06 15:21:15 +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
list Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
loss [WIP] more CUDA stuff (#57) 2019-07-20 23:05:21 +10:00
nlp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
nn Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
parity_ops [WIP] more CUDA stuff (#57) 2019-07-20 23:05:21 +10:00
random [WIP] CUDA tweaks (#60) 2019-07-20 23:06:48 +10:00
recurrent [WIP] more CUDA stuff (#57) 2019-07-20 23:05:21 +10:00
shape Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
tests Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
thrid_party Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
transforms [WIP] More CUDA fixes/updates (#62) 2019-07-20 23:07:42 +10:00
tsne Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03: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.