cavis/libnd4j/include/ops/declarable/generic
Alex Black d94bc7257c Various fixes (#65)
* #7977 deprecate legacy MultiLayerNetwork/ComputationGraph.params(boolean) method

Signed-off-by: AlexDBlack <blacka101@gmail.com>

* Fix bad test

Signed-off-by: AlexDBlack <blacka101@gmail.com>

* Small fixes

Signed-off-by: AlexDBlack <blacka101@gmail.com>

* Fix Histogram mapping

Signed-off-by: AlexDBlack <blacka101@gmail.com>

* Fix incorrect name handling in DifferentialFunction

Signed-off-by: AlexDBlack <blacka101@gmail.com>

* More fixes

Signed-off-by: AlexDBlack <blacka101@gmail.com>

* Histogram fixes

Signed-off-by: AlexDBlack <blacka101@gmail.com>

* Proper histogram fix

Signed-off-by: AlexDBlack <blacka101@gmail.com>

* ToString/NDArrayStrings fix

Signed-off-by: AlexDBlack <blacka101@gmail.com>

* JSON UTF8 serialization fix

Signed-off-by: AlexDBlack <blacka101@gmail.com>
2019-07-20 23:16:41 +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 Various fixes (#65) 2019-07-20 23:16:41 +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.