cavis/libnd4j/include/ops/declarable/generic/transforms
raver119 589401477d
[WIP] bunch of improvements (#257)
* - profiling bias_add op
- add some docementation

Signed-off-by: Yurii <yurii@skymind.io>

* - minor change

Signed-off-by: Yurii <yurii@skymind.io>

* - provide addBias cuda kernel

Signed-off-by: Yurii <yurii@skymind.io>

* - improve shape::getIndexOfffset and change its signature

Signed-off-by: Yurii <yurii@skymind.io>

* - same as previous

Signed-off-by: Yurii <yurii@skymind.io>

* - improve and change signature in some shape:: stuff which has to do with calculation of offsets for array elements

Signed-off-by: Yurii <yurii@skymind.io>

* - minor changes in flatten

Signed-off-by: Yurii <shyrma@skymind.io>

* - add function shape::getIndexOffsetOrdered

Signed-off-by: Yurii <shyrma@skymind.io>

* - correct shape::getIndexOffsetOrdered()

Signed-off-by: Yurii <shyrma@skymind.io>

* - move getIndexOffsetOrdered to flatten.h header in order to isolate this function

Signed-off-by: Yurii <shyrma@skymind.io>
2019-09-11 20:12:09 +03:00
..
clip_by_averaged_norm.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
clip_by_global_norm.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
clip_by_norm.cpp [WIP] More of CUDA (#95) 2019-08-05 11:27:05 +10:00
clip_by_value.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
concat.cpp Fix for concat op shape function (empty shapes) (#167) 2019-08-26 23:10:28 +10:00
cumprod.cpp Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
cumsum.cpp Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
eye.cpp Shyrma svd (#191) 2019-08-28 18:27:08 +03:00
flatten.cpp [WIP] More of CUDA (#63) 2019-07-20 23:15:14 +10:00
floor.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
gather.cpp Dev branch merge: dev_20190606 (#7904) 2019-06-15 21:34:34 +10:00
gatherNd.cpp [WIP] More of CUDA (#95) 2019-08-05 11:27:05 +10:00
hashcode.cpp [WIP] INDArray hashCode() impl (#50) 2019-07-20 22:22:11 +10:00
histogram.cpp Various fixes (#65) 2019-07-20 23:16:41 +10:00
histogram_fixed_width.cpp [WIP] More fixes (#178) 2019-08-27 13:21:01 +03:00
invertPermutation.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
layer_norm.cpp [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00
log1p.cpp Shugeo cuda tests (#116) 2019-08-15 13:54:47 +03:00
merge_add.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
merge_avg.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
merge_max.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
merge_max_idx.cpp Eliminated memory leaks and dropped waste prints with tests. (#117) 2019-08-15 15:28:19 +03:00
mirrorPad.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
pad.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
repeat.cpp [WIP] repeat op (#143) 2019-08-21 21:10:29 +03:00
reverse.cpp bunch of shape functions fixed 2019-08-14 18:28:25 +03:00
reverseSequence.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
scatter_update.cpp [WIP] More of CUDA operations (#69) 2019-07-20 23:20:41 +10:00
standardize.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
tile.cpp [WIP] Minor fixes (#140) 2019-08-21 15:05:47 +03:00
trace.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
tri.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
triu.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00