cavis/libnd4j/include/ops/declarable/generic
Yurii Shyrma f7a9190407
profiling of concat op (both cuda and cpu) (#151)
* - profiling of concat op (both cuda and cpu)

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

* better comparison for large concat

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

* - further improving of concat op

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

* some loggin

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

* - add possibility to verify presence of trailing unities in shape and set strides/ews correspondingly
- restrict second simple case in concat op to c order only

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

* - move concat op to specials_single.cpp file

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

* - get rid of second concat op declaration in transforms.cpp file

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

Co-authored-by: raver119 <raver119@gmail.com>
2020-02-20 21:19:01 +03:00
..
activations R119 tests (#238) 2020-02-13 20:59:35 +03:00
bitwise Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
blas Shyrma mkl matmul (#250) 2020-02-18 08:58:01 +03:00
boolean DataTypes & FlatBuffers (#197) 2020-01-30 10:07:24 +03:00
broadcastable Oleh convert (#200) 2020-01-31 16:30:49 +03:00
compat Oleh convert (#200) 2020-01-31 16:30:49 +03:00
datatypes String changes (#3) 2020-01-04 13:27:50 +03:00
flow Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
grad Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
helpers Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
images RgbToYuv & YuvToRgb skip empty arrays 2019-12-24 18:45:54 +03:00
kernels Merge pull request #7 from KonduitAI/asto_nd4s_10172019 2019-10-23 12:11:25 +03:00
list Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
loss Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
nlp [WIP] Error handling (#169) 2019-08-26 19:57:51 +03:00
nn R119 tests (#238) 2020-02-13 20:59:35 +03:00
parity_ops More compilation units (#246) 2020-02-17 10:23:05 +03:00
random Oleh multinomial (#163) 2020-01-06 22:35:05 +03:00
recurrent DataTypes & FlatBuffers (#197) 2020-01-30 10:07:24 +03:00
shape Shyrma transpose (#244) 2020-02-17 08:04:28 +03:00
strings String changes (#3) 2020-01-04 13:27:50 +03:00
tests Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
thrid_party Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
transforms profiling of concat op (both cuda and cpu) (#151) 2020-02-20 21:19:01 +03:00
tsne [WIP] More of CUDA (#95) 2019-08-05 11:27:05 +10:00
util String changes (#3) 2020-01-04 13:27:50 +03:00
CustomOperations.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
README.md Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
parity_ops.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00

README.md

Generic ops

Put any cross platform operations here. Anything platform specific should be put in: in ops/helpers.