cavis/libnd4j/include/ops/declarable/generic
Oleh 75123b0a4c [WIP] Oleh rgb yuv (#147)
* libnd4j: RgbToYuv and YuvToRgb, both implementations for both cpu and cuda. Need adding tests and review

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

* libnd4j: RgbToYuv and YuvToRgb, replace coords method on Tad in both cpu and cuda, add tests, fixed bugs

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

* libnd4j: RgbToYuv and YuvToRgb minor corrections

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

* libnd4j: RgbToYuv and YuvToRgb corrections to use operations in-place
2019-12-24 18:30:54 +03:00
..
activations Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
bitwise Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
blas Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
boolean Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
broadcastable Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
datatypes [WIP] Shugeo release fixes4 (#91) 2019-11-29 16:05:08 +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 [WIP] Oleh rgb yuv (#147) 2019-12-24 18:30: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 Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
parity_ops Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
random - new NDArrayFactory scalar constructor 2019-11-08 08:49:41 +03:00
recurrent Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
shape negative handling for empty arrays (#146) 2019-12-24 13:23:25 +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 minor build fix (#139) 2019-12-21 08:07:13 +03:00
tsne [WIP] More of CUDA (#95) 2019-08-05 11:27:05 +10: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.