cavis/libnd4j/include/ops/declarable/generic/transforms
shugeo f083b96c74
Shugeo cuda tests (#116)
* Added tests for get_seed/set_seed ops.

* Added missed tests for scatter_sub/mul/div ops.

* Added tests for hardsigmoid and hardsigmoid_bp.

* Added tests for hardtanh and hardtanh_bp ops.

* Added test for histogram op.

* Added tests for identity op.

* Refactored mergemaxindex op. Added tests for log1p,mergemaxindex, mod and mod_bp ops.

* Fixed tests for FloorDiv.

* Added test for rank op.

* Added tests for rationaltanh/rationaltanh_bp ops.

* Added tests for realdiv/realdiv_bp.

* Added tests for rectifiedtanh/_bp ops.

* Added tests for shapes_of op.

* Added tests for shapes_of op.

* Added tests for size op.

* Added tests for softplus/_bp ops.

* Added tests for softsign/_bp ops.

* Added tests for toggle_bits op. Fixed processing of OP_IMPL and so on defititions.

* Added test for truncatediv op.

* Added another test for truncatediv op.

* Added another test for histogram.

* Added tests for unstack_list op.

* Refactored to_int32/uint32/float16/float32/double/int64/uint64 ops and tests.

* Refactored mergemaxindex op helper for cuda platform and tests.

* Fixed cuda kernel for histogram op helper.

* Refactor skipgram to avoid early buffers shift.

* Fixed check up with non_max_suppression op cuda helper. Added cuda kernel implementation for skipgram op helpers.

* Added implementation of skipgram op helper for cuda platform. Working revision

* Fixed mergeMaxIndex kernel and move it to separate source file.
2019-08-15 13:54:47 +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 Dev branch merge: dev_20190606 (#7904) 2019-06-15 21:34:34 +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 Eclipse Migration Initial Commit 2019-06-06 15:21:15 +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 Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
invertPermutation.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
layer_norm.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +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 Shugeo cuda tests (#116) 2019-08-15 13:54:47 +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 Eclipse Migration Initial Commit 2019-06-06 15:21:15 +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 Eclipse Migration Initial Commit 2019-06-06 15:21:15 +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