cavis/libnd4j/include/ops/declarable/generic
shugeo 92636b0b86 Eliminated waste operator. 2019-10-10 17:08:59 +03:00
..
activations - add parameter alpha to elu and lrelu_bp (#213) 2019-08-31 20:57:39 +03:00
bitwise - bits_hamming_distance dtype fix (#8208) 2019-09-06 08:59:05 +03:00
blas [WIP] More of CUDA (#95) 2019-08-05 11:27:05 +10:00
boolean Small fixes (#43) 2019-07-20 22:19:20 +10:00
broadcastable Added implementation for divide_no_nan op and tests. 2019-10-04 10:29:15 +03:00
datatypes Refactored buffer copying to avoid wrong usage of buffers. 2019-10-02 16:51:09 +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 Shugeo cuda tests (#116) 2019-08-15 13:54:47 +03:00
loss [WIP] more CUDA stuff (#57) 2019-07-20 23:05:21 +10:00
nlp [WIP] Error handling (#169) 2019-08-26 19:57:51 +03:00
nn Merge remote-tracking branch 'fork/master' 2019-09-12 12:20:57 +10:00
parity_ops Eliminated waste operator. 2019-10-10 17:08:59 +03:00
random Shugeo cuda tests (#116) 2019-08-15 13:54:47 +03:00
recurrent cleanup SDRNN and rnn ops (#238) 2019-09-05 12:25:03 +10:00
shape [WIP] size etc (#155) 2019-08-23 12:31:12 +03:00
tests Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
thrid_party [WIP] More of CUDA (#95) 2019-08-05 11:27:05 +10:00
transforms [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00
tsne [WIP] More of CUDA (#95) 2019-08-05 11:27:05 +10: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.