cavis/libnd4j/include/helpers
Yurii Shyrma 23e4aa99ad
Shyrma lstm layer bp (#370)
* - start working on bp for lstm

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

* - further working on bp for lstmLayer

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

* - minor change

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

* - further work on bp for lstmLayer 2

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

* - further work on bp for lstmLayer 3

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

* - further work on bp for lstmLayer 4

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

* - further work on bp for lstmLayer 5

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

* - further work on bp for lstmLayer 6

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

* - further work on bp for lstmLayer 7

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

* - further work on bp for lstmLayer 8

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

* - further work on bp for lstmLayer 9

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

* - provide lstmLayerCell and lstmLayerCellBp as separate CUSTOM_OPs

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

* - testing and fixing lstmLayerCellBp helper

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

* - implement lstmLayerCellBp as separate op

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

* - implement lstmLayerBp as separate op (not tested)

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

* - fixing calculations of dLdWp and dLdb in lstmLayerCellBp

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

* - further work on bp for lstmLayer 10

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

* - fixing typo in lstmLayerTimeLoop

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

* - forgot to perform clipping of c array and calculate corresponding derivative in lstmLayerCellBp

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

* - further work on bp for lstmLayer 10

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

* - testing and fixing bugs in lstmLayer_bp op 1

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

* - testing and fixing bugs in lstmLayer_bp op 2

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

* - turn off heavy tests for cuda for lstmLayer_bp op

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

* - forgot to nullify gradients at eliminated time steps (when sequnce length array is present )

Signed-off-by: Yurii <iuriish@yahoo.com>
2020-04-13 13:21:51 +03:00
..
benchmark benchmarks fixes (#321) 2020-03-16 10:31:06 +03:00
cpu Shyrma lstm layer bp (#370) 2020-04-13 13:21:51 +03:00
cuda Shyrma broadcast (#302) 2020-03-10 16:29:09 +03:00
cuda_off Nullify (#304) 2020-03-20 08:49:28 +03:00
impl Shyrma lstm layer bp (#370) 2020-04-13 13:21:51 +03:00
ArrayUtils.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
AttentionHelper.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
BenchmarkHelper.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
BitwiseUtils.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
BlasHelper.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
ConstantHelper.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
ConstantShapeHelper.h Shyrma broadcast (#302) 2020-03-10 16:29:09 +03:00
ConstantTadHelper.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
CudaLaunchHelper.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
DebugHelper.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
DebugInfo.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
EnumUtils.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
GradCheck.h Shyrma lstm layer bp (#370) 2020-04-13 13:21:51 +03:00
LoopKind.h Shyrma reshape empty (#338) 2020-03-31 07:41:16 +03:00
Loops.h Revert "OpenMP Threads execution (#297)" (#299) 2020-03-09 08:22:49 +03:00
Loops.hpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
LoopsCoordsHelper.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
MKLDNNStream.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
MmulHelper.h MatMul for gemm/gemv calls (#365) 2020-04-10 17:57:02 +03:00
OmpLaunchHelper.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
OpArgsHolder.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
OpBenchmark.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
OpTracker.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
PointersManager.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
RandomLauncher.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
ShapeBuilders.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
ShapeUtils.h profiling of stack and unstack ops (#261) 2020-03-03 07:32:37 +03:00
SimpleReadWriteLock.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
StringUtils.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
TAD.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
biDiagonalUp.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
cublasHelper.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
data_gen.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
files.h Various fixes (#43) 2019-11-14 19:38:20 +11:00
helper_generator.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
helper_hash.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
helper_ptrmap.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
helper_random.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
hhColPivQR.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
hhSequence.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
householder.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
jacobiSVD.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
logger.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
mman.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
shape.h Shyrma weights format (#329) 2020-03-20 12:11:27 +03:00
svd.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
threshold.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
unicode.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00