cavis/libnd4j/include/loops
Yurii Shyrma fe47f52896
Oleh tenzor mmul (#231)
* Libnd4j: TensorMMul backprop op #8174, raw implementation

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* Libnd4j: TensorMMul backprop op #8174 merge master and some corrections

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* Libnd4j: TensorMMul backprop op #8174 algorithm update, need testing, sync with  master

* Libnd4j: TensorMMul backprop op #8174 fixed incorrect B axes calculation

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* Libnd4j: TensorMMul backprop op #8174 optimize axes identification and fix bug of indeces overlapping, added first test. need testing with different shapes

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* Libnd4j: TensorMMul backprop op #8174 some fixes and improvements need more testing

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* Libnd4j: TensorMMul backprop op #8174 fixed order of matrix multiply

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* Libnd4j: TensorMMul backprop op #8174 fixed issue of incorrect axes definition, add tests based on TF, need additional testing for case dLdC not equal 1

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* Libnd4j: TensorMMul backprop op #8174 fixed scalar case add test

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* Libnd4j: TensorMMul backprop op #8174 fixed bp algorithm, axes definition, need some mode testing with different orders combination f,c; c,f f,f and add some checks for inputs

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* Libnd4j: TensorMMul backprop op #8174 some checks and corrections added tests, exists the problem with different input orders support A-f B-c and A-f B-f

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* Libnd4j: TensorMMul backprop op #8174 sync master

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* - correct bug in MmulHelper::tensorDot(a, b, c, axes_a, axes_b,permutForC)

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

* Libnd4j: TensorMMul backprop op #8174 code clean up and refactoring

Signed-off-by: Oleg <oleg.semeniv@gmail.com>

* - add check for linspase ordered permutations in ShapeUtils::evalShapeForTensorDot

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

* - provide additional code in shape::reshape stuff in order to reduce amount of allocation/copy operations during reshaping procedure

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

* - further work on problem of wrong shape evaluation during permute/reshape procedures

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

* - still looking for bug reason in reshape/permute stuff

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

* - correct bug in transform cuda native ops

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

* - correct bug in NDArray::assign

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

* - remove old shape::reshape stuff

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

* - add possibility to disable copy of old buffer to new buffer during reshape operation in NDArray class

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

* - correct bug in tensorDot which had to do with wrong pointers assigments

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

Co-authored-by: Oleh <oleg.semeniv@gmail.com>
2020-02-13 20:33:54 +03:00
..
cpu Oleh true broadcast opt (#234) 2020-02-12 14:12:17 +03:00
cuda Oleh tenzor mmul (#231) 2020-02-13 20:33:54 +03:00
impl Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
BroadcastPairwiseConverter.h Oleh powderev (#171) 2020-01-20 12:59:12 +03:00
BroadcastScalarConverter.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
ReduceType.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
TrueBroadcastHelper.h Compilation units (#224) 2020-02-09 19:48:32 +03:00
broadcasting.h [WIP] Weekly update of repo (#8390) 2019-11-13 17:15:18 +03:00
broadcasting_bool.h Few fixes (#66) 2019-11-21 15:43:03 +03:00
broadcasting_int.h [WIP] Weekly update of repo (#8390) 2019-11-13 17:15:18 +03:00
grid_shaped.legacy Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
grid_strided.legacy Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
indexreduce.h [WIP] Weekly update of repo (#8390) 2019-11-13 17:15:18 +03:00
legacy_ops.h Oleh powderev (#171) 2020-01-20 12:59:12 +03:00
pairwise_bool.h [WIP] Weekly update of repo (#8390) 2019-11-13 17:15:18 +03:00
pairwise_int.h [WIP] Weekly update of repo (#8390) 2019-11-13 17:15:18 +03:00
pairwise_transform.h [WIP] Weekly update of repo (#8390) 2019-11-13 17:15:18 +03:00
random.h [WIP] Weekly update of repo (#8390) 2019-11-13 17:15:18 +03:00
reduce3.h [WIP] Weekly update of repo (#8390) 2019-11-13 17:15:18 +03:00
reduce_bool.h [WIP] Weekly update of repo (#8390) 2019-11-13 17:15:18 +03:00
reduce_float.h [WIP] Weekly update of repo (#8390) 2019-11-13 17:15:18 +03:00
reduce_long.h [WIP] Weekly update of repo (#8390) 2019-11-13 17:15:18 +03:00
reduce_same.h [WIP] Weekly update of repo (#8390) 2019-11-13 17:15:18 +03:00
scalar.h [WIP] Weekly update of repo (#8390) 2019-11-13 17:15:18 +03:00
scalar_bool.h [WIP] Weekly update of repo (#8390) 2019-11-13 17:15:18 +03:00
scalar_int.h [WIP] Weekly update of repo (#8390) 2019-11-13 17:15:18 +03:00
special_kernels.h [WIP] repeat op (#143) 2019-08-21 21:10:29 +03:00
summarystatsreduce.h [WIP] Weekly update of repo (#8390) 2019-11-13 17:15:18 +03:00
transform_any.h [WIP] Weekly update of repo (#8390) 2019-11-13 17:15:18 +03:00
transform_bool.h [WIP] Weekly update of repo (#8390) 2019-11-13 17:15:18 +03:00
transform_float.h [WIP] Weekly update of repo (#8390) 2019-11-13 17:15:18 +03:00
transform_same.h [WIP] Weekly update of repo (#8390) 2019-11-13 17:15:18 +03:00
transform_strict.h [WIP] Weekly update of repo (#8390) 2019-11-13 17:15:18 +03:00
type_conversions.h [WIP] multi-device support (#80) 2019-08-14 16:52:34 +03:00