cavis/libnd4j/include/ops/declarable/generic/recurrent
Yurii Shyrma 0cdb5750e0
Shyrma concat (#24)
* - provide possibility to pass axis as last input array in concat op
- corrcect sumation in bias_add_bp op for NHWC case

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

* - write code for deconv2d op based on mkl dnn api

* no unsafe math

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

* no unsafe math

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

* - get rid of e<> and p<> methods in svd helper

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

* - provide mkl api support for deconvolution 3d

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

* - write deconv2d_bp based on mkl api

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

* - write deconv3d_bp based on mkl api

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

* - testing and fixing deconv based on mkl api

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

* - remove dilation form conv2d/3d mkl

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

* - minor changes

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

* - further corrections of deconv ops based on mkl dnn api

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

* - provide deconv2d_tf based on mkl dnn api

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

* - add minor corrections required by reviewer

Signed-off-by: Yurii <iuriish@yahoo.com>
2019-11-03 12:37:19 +02:00
..
dynamicBidirectionalRNN.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
dynamicRNN.cpp Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
gru.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
gruCell.cpp bunch of shape functions fixed 2019-08-14 18:28:25 +03:00
lstm.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
lstmBlock.cpp [WIP] More of CUDA (#95) 2019-08-05 11:27:05 +10:00
lstmBlockCell.cpp Dev branch merge: dev_20190606 (#7904) 2019-06-15 21:34:34 +10:00
lstmCell.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
lstmLayer.cpp Shyrma concat (#24) 2019-11-03 12:37:19 +02:00
sru.cpp [WIP] more CUDA stuff (#57) 2019-07-20 23:05:21 +10:00
sruCell.cpp cleanup SDRNN and rnn ops (#238) 2019-09-05 12:25:03 +10:00
staticBidirectionalRNN.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
staticRNN.cpp [WIP] More of CUDA operations (#69) 2019-07-20 23:20:41 +10:00