cavis/libnd4j/include/ops/declarable/generic
raver119 5708fc087a [WIP] INDArray hashCode() impl (#50)
* initial commit

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

* one more initial commit

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

* parallel hashCode prototype

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

* longBytes for hashCode

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

* INDArray hashCode java side

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

* few tests fixed for MSVC

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

* Small gradcheck validation util fix - hash names not SDVariables

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

* Small fix + ignore for logged issue

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

* - scrollable iterator fix
- sptree hashset replaced with collection

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

* hashcode exception removed

* int hashCode for java
2019-07-20 22:22:11 +10:00
..
activations Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
bitwise Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
blas Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03: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 Merge master to upstream (#7945) 2019-06-27 18:37:04 +03: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 Merge master to upstream (#7945) 2019-06-27 18:37:04 +03: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 Small fixes (#43) 2019-07-20 22:19:20 +10:00
random Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
recurrent Op validation improvements + encoding fix (#49) 2019-07-20 22:21:46 +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] INDArray hashCode() impl (#50) 2019-07-20 22:22:11 +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.