cavis/libnd4j/include/ops/declarable/generic
raver119 25e5c23eae
[WIP] Error handling (#169)
* CUDA reverse rewrite + couple of tests

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

* don't throw exception on invalid pointer

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

* data types validation for fastpath exec mode + 2 tests

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

* data types validation for fastpath exec mode + 2 tests

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

* ismax allowed dtypes tweak

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

* lastErrorCode + lastErrorMessage for native exceptions handling

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

* exportable ErrorReference

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

* check error codes in java

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

* - consume lastErrorCode
- fast_in dtype validation fix

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

* - sg/cb allowed output type change
- minor logging fix for data type validation

Signed-off-by: raver119 <raver119@gmail.com>
2019-08-26 19:57:51 +03:00
..
activations [WIP] more CUDA stuff (#57) 2019-07-20 23:05:21 +10:00
bitwise OP/CONFIGURABLE_OP shapefn fix (#125) 2019-08-16 08:53:30 +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 bunch of shape functions fixed 2019-08-14 18:28:25 +03:00
convo [WIP] Error handling (#169) 2019-08-26 19:57:51 +03:00
datatypes Eliminated memory leaks and dropped waste prints with tests. (#117) 2019-08-15 15:28:19 +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 [WIP] Error handling (#169) 2019-08-26 19:57:51 +03:00
parity_ops [WIP] size etc (#155) 2019-08-23 12:31:12 +03:00
random Shugeo cuda tests (#116) 2019-08-15 13:54:47 +03:00
recurrent bunch of shape functions fixed 2019-08-14 18:28:25 +03: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] ops fixes (#168) 2019-08-26 19:37:05 +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.