cavis/libnd4j/include/ops/declarable/generic
AbdelRauf fe22bd5726 Compare_and_bitpack: It was reimplemented. now the last dimension should be divisible by 8
Signed-off-by: AbdelRauf <rauf@konduit.ai>
2021-02-28 19:19:59 +01:00
..
bitwise Update copyrights remove attic and relocate elsewhere 2021-02-09 13:16:31 +09:00
blas Update c++ copyrights 2021-02-01 21:31:45 +09:00
boolean Update c++ copyrights 2021-02-01 21:31:45 +09:00
broadcastable Update c++ copyrights 2021-02-01 21:31:45 +09:00
compat Update c++ copyrights 2021-02-01 21:31:45 +09:00
compression Update c++ copyrights 2021-02-01 21:31:45 +09:00
datatypes Update c++ copyrights 2021-02-01 21:31:45 +09:00
flow Update c++ copyrights 2021-02-01 21:31:45 +09:00
grad Update c++ copyrights 2021-02-01 21:31:45 +09:00
helpers Update c++ copyrights 2021-02-01 21:31:45 +09:00
images Update copyrights remove attic and relocate elsewhere 2021-02-09 13:16:31 +09:00
kernels Update c++ copyrights 2021-02-01 21:31:45 +09:00
linalg Update copyrights remove attic and relocate elsewhere 2021-02-09 13:16:31 +09:00
list Update c++ copyrights 2021-02-01 21:31:45 +09:00
loss Update copyrights remove attic and relocate elsewhere 2021-02-09 13:16:31 +09:00
nlp Update c++ copyrights 2021-02-01 21:31:45 +09:00
nn fusedbatchnorm: fix type mismatching error 2021-02-23 21:20:28 +01:00
parity_ops Compare_and_bitpack: It was reimplemented. now the last dimension should be divisible by 8 2021-02-28 19:19:59 +01:00
random uniform: change description. -2 (or values below -1 ) means unknown number of arguments or no arguments at all. 2021-02-23 21:20:28 +01:00
reduce Update copyrights remove attic and relocate elsewhere 2021-02-09 13:16:31 +09:00
shape reshape: fix optional order case that failed tests 2021-02-23 21:20:29 +01:00
strings Update c++ copyrights 2021-02-01 21:31:45 +09:00
tensor Update copyrights remove attic and relocate elsewhere 2021-02-09 13:16:31 +09:00
tests Update c++ copyrights 2021-02-01 21:31:45 +09:00
thrid_party Update c++ copyrights 2021-02-01 21:31:45 +09:00
transforms Update space_to_batch_nd.cpp 2021-02-18 15:03:25 +09:00
tsne Update c++ copyrights 2021-02-01 21:31:45 +09:00
updaters AdaBelief updater: it was agreed to modify changes on the copy of AdamUpdater. This way we can improve it later. 2021-02-19 17:45:55 +01:00
util Update c++ copyrights 2021-02-01 21:31:45 +09:00
CustomOperations.cpp Update c++ copyrights 2021-02-01 21:31:45 +09:00
README.md Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
parity_ops.cpp Update c++ copyrights 2021-02-01 21:31:45 +09:00

README.md

Generic ops

Put any cross platform operations here. Anything platform specific should be put in: in ops/helpers.