cavis/libnd4j/include/ops/declarable/generic/transforms
Yurii Shyrma 76f3553679
Shyrma merge max ind (#443)
* - provide correct possible output types in mergeMaxIndex op

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

* - cleaning up the unneeded backprop arg in reverse_bp op

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

* - improve clipByNorm both ff and bp

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

* - implementation and testing clipByAvgNorm_bp op

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

* - pass biases in any way in dnnl lstm op, they are zeros when user doesn't provide them to us

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

* - start working on mkldnn concat op

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

* - further work on mkldnn concat

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

* missing declaration fix

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

* - polishing mkl ops

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

* - testing and fixing bugs in mkl concat op

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

* - fix linkage error for windows cuda build

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

* - further conflicts resolving with master

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

* - fix format tags in mkldnn matmul op

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

* - provide additional type cast in clip.cu

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

* - finally bug in mkldnn tanh_bp was caught

Co-authored-by: raver119@gmail.com <raver119@gmail.com>
2020-05-12 07:47:09 +03:00
..
batch_to_space.cpp Fix for certain non-ews cases (#402) 2020-04-21 12:41:30 +03:00
batch_to_space_nd.cpp Fix for certain non-ews cases (#402) 2020-04-21 12:41:30 +03:00
clip_by_averaged_norm.cpp Shyrma merge max ind (#443) 2020-05-12 07:47:09 +03:00
clip_by_global_norm.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
clip_by_norm.cpp Shyrma merge max ind (#443) 2020-05-12 07:47:09 +03:00
clip_by_value.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
concat.cpp Shyrma merge max ind (#443) 2020-05-12 07:47:09 +03:00
cumprod.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
cumsum.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
depth_to_space.cpp Fix for certain non-ews cases (#402) 2020-04-21 12:41:30 +03:00
dynamic_parititon.cpp some structure for ops (#337) 2020-03-23 07:28:54 +03:00
dynamic_stitch.cpp some structure for ops (#337) 2020-03-23 07:28:54 +03:00
floor.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
gather.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
gatherNd.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
hashcode.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
histogram.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
histogram_fixed_width.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
invertPermutation.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
merge_add.cpp Backpropagation implementation of mergemax, mergeadd and mergeavg ops (#343) 2020-03-25 08:40:30 +03:00
merge_avg.cpp Backpropagation implementation of mergemax, mergeadd and mergeavg ops (#343) 2020-03-25 08:40:30 +03:00
merge_max.cpp Backpropagation implementation of mergemax, mergeadd and mergeavg ops (#343) 2020-03-25 08:40:30 +03:00
merge_max_idx.cpp Shyrma merge max ind (#443) 2020-05-12 07:47:09 +03:00
mirrorPad.cpp Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
pad.cpp profiling of stack and unstack ops (#261) 2020-03-03 07:32:37 +03:00
parallelStack.cpp Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
repeat.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
reverse.cpp Shyrma merge max ind (#443) 2020-05-12 07:47:09 +03:00
reverseSequence.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
scatter_add.cpp some structure for ops (#337) 2020-03-23 07:28:54 +03:00
scatter_div.cpp some structure for ops (#337) 2020-03-23 07:28:54 +03:00
scatter_max.cpp some structure for ops (#337) 2020-03-23 07:28:54 +03:00
scatter_min.cpp some structure for ops (#337) 2020-03-23 07:28:54 +03:00
scatter_mul.cpp some structure for ops (#337) 2020-03-23 07:28:54 +03:00
scatter_nd.cpp some structure for ops (#337) 2020-03-23 07:28:54 +03:00
scatter_nd_add.cpp some structure for ops (#337) 2020-03-23 07:28:54 +03:00
scatter_nd_sub.cpp some structure for ops (#337) 2020-03-23 07:28:54 +03:00
scatter_nd_update.cpp some structure for ops (#337) 2020-03-23 07:28:54 +03:00
scatter_sub.cpp some structure for ops (#337) 2020-03-23 07:28:54 +03:00
scatter_upd.cpp some structure for ops (#337) 2020-03-23 07:28:54 +03:00
scatter_update.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
slice.cpp Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
space_to_batch.cpp Fix for certain non-ews cases (#402) 2020-04-21 12:41:30 +03:00
space_to_batch_nd.cpp Fix for certain non-ews cases (#402) 2020-04-21 12:41:30 +03:00
space_to_depth.cpp Fix for certain non-ews cases (#402) 2020-04-21 12:41:30 +03:00
split.cpp Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
split_v.cpp some structure for ops (#337) 2020-03-23 07:28:54 +03:00
stack.cpp Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
standardize.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
tear.cpp some structure for ops (#337) 2020-03-23 07:28:54 +03:00
tile.cpp Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
unstack.cpp some structure for ops (#337) 2020-03-23 07:28:54 +03:00