cavis/libnd4j/include/ops/declarable/generic
Alex Black e18e2dc014 Various ND4J/DL4J fixes (#90)
* Deprecate Old*Op instances

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

* #8063 #8054 Broadcast exceptions + cleanup inplace ops

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

* Small fix

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

* Remove bad test condition

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

* #7993 Fix shape function issue in crop_and_resize op

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

* DL4J SameDiff lambda layer fix

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

* #8029 Fix for pnorm backprop math

Signed-off-by: AlexDBlack <blacka101@gmail.com>
2019-08-05 11:25:48 +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 SameDiff Convolution Config validation, better output methods (#82) 2019-08-05 11:24:20 +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 Various ND4J/DL4J fixes (#90) 2019-08-05 11:25:48 +10:00
random Refactor NativeOps.h to export C functions 2019-08-05 11:22:59 +10:00
recurrent [WIP] More of CUDA operations (#69) 2019-07-20 23:20:41 +10:00
shape 4 additional tests 2019-08-05 11:21:23 +10: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 of CUDA operations (#69) 2019-07-20 23:20: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.