cavis/libnd4j/include/ops/declarable/generic
Yurii Shyrma 76f3553679
Shyrma merge max ind (#443)
* - provide correct possible output types in mergeMaxIndex op

Signed-off-by: Yurii <iuriish@yahoo.com>

* - cleaning up the unneeded backprop arg in reverse_bp op

Signed-off-by: Yurii <iuriish@yahoo.com>

* - improve clipByNorm both ff and bp

Signed-off-by: Yurii <iuriish@yahoo.com>

* - implementation and testing clipByAvgNorm_bp op

Signed-off-by: Yurii <iuriish@yahoo.com>

* - pass biases in any way in dnnl lstm op, they are zeros when user doesn't provide them to us

Signed-off-by: Yurii <iuriish@yahoo.com>

* - start working on mkldnn concat op

Signed-off-by: Yurii <iuriish@yahoo.com>

* - further work on mkldnn concat

Signed-off-by: Yurii <iuriish@yahoo.com>

* missing declaration fix

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

* - polishing mkl ops

Signed-off-by: Yurii <iuriish@yahoo.com>

* - testing and fixing bugs in mkl concat op

Signed-off-by: Yurii <iuriish@yahoo.com>

* - fix linkage error for windows cuda build

Signed-off-by: Yurii <iuriish@yahoo.com>

* - further conflicts resolving with master

Signed-off-by: Yurii <iuriish@yahoo.com>

* - fix format tags in mkldnn matmul op

Signed-off-by: Yurii <iuriish@yahoo.com>

* - provide additional type cast in clip.cu

Signed-off-by: Yurii <iuriish@yahoo.com>

* - finally bug in mkldnn tanh_bp was caught

Co-authored-by: raver119@gmail.com <raver119@gmail.com>
2020-05-12 07:47:09 +03:00
..
bitwise Nullify (#304) 2020-03-20 08:49:28 +03:00
blas compression ops (#436) 2020-05-08 20:59:39 +03:00
boolean Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
broadcastable Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
compat libnd4j fixes for context sync in operation execution (#350) 2020-03-30 16:33:51 +03:00
compression Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
datatypes libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
flow libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
grad libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
helpers libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
images some structure for ops (#337) 2020-03-23 07:28:54 +03:00
kernels libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
linalg Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
list libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
loss Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
nlp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
nn Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
parity_ops Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
random Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
reduce Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
shape Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
strings libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
tensor Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
tests libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
thrid_party Nullify (#304) 2020-03-20 08:49:28 +03:00
transforms Shyrma merge max ind (#443) 2020-05-12 07:47:09 +03:00
tsne libnd4j fixes for context sync in operation execution (#350) 2020-03-30 16:33:51 +03:00
updaters Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
util Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
CustomOperations.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
README.md Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
parity_ops.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00

README.md

Generic ops

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