cavis/libnd4j/include/ops/declarable/helpers
raver119 763a225c6a [WIP] More of CUDA operations (#69)
* initial commit

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

* - gruCell_bp further

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

* - further work on gruCell_bp

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

* Inverse matrix cublas implementation. Partial working revision.

* Separation of segment ops helpers. Max separation.

* Separated segment_min ops.

* Separation of segment_mean/sum/prod/sqrtN ops heleprs.

* Fixed diagonal processing with LUP decomposition.

* Modified inversion approach using current state of LU decomposition.

* Implementation of matrix_inverse op with cuda kernels. Working revision.

* Implemented sequence_mask cuda helper. Eliminated waste printf with matrix_inverse implementation. Added proper tests.

* - further work on gruCell_bp (ff/cuda)

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

* comment one test for gruCell_bp

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

* - provide cuda static_rnn

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

* Refactored random_shuffle op to use new random generator.

* Refactored random_shuffle op helper.

* Fixed debug tests with random ops tests.

* Implement random_shuffle op cuda kernel helper and tests.

* - provide cuda scatter_update

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

* Implementation of random_shuffle for linear case with cuda kernels and tests.

* Implemented random_shuffle with cuda kernels. Final revision.

* - finally gruCell_bp is completed

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

* Dropout op cuda helper implementation.

* Implemented dropout_bp cuda helper.

* Implemented alpha_dropout_bp with cuda kernel helpers.

* Refactored helper.

* Implementation of suppresion helper with cuda kernels.

* - provide cpu code fot hsvToRgb, rgbToHsv, adjustHue

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

* Using sort by value method.

* Implementation of image.non_max_suppression op cuda-based helper.

* - correcting and testing adjust_hue, adjust_saturation cpu/cuda code

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

* Added cuda device prefixes to declarations.

* Implementation of hashcode op with cuda helper. Initital revision.

* rnn cu impl removed

Signed-off-by: raver119 <raver119@gmail.com>
2019-07-20 23:20:41 +10:00
..
cpu [WIP] More of CUDA operations (#69) 2019-07-20 23:20:41 +10:00
cuda [WIP] More of CUDA operations (#69) 2019-07-20 23:20:41 +10:00
impl [WIP] More of CUDA operations (#69) 2019-07-20 23:20:41 +10:00
BarnesHutTsne.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
activations.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
addBias.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
adjust_hue.h [WIP] More of CUDA operations (#69) 2019-07-20 23:20:41 +10:00
adjust_saturation.h [WIP] More of CUDA operations (#69) 2019-07-20 23:20:41 +10:00
axis.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
batched_gemm.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
batchnorm.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
bds.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
betaInc.h Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
choose.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
col2im.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
compare_elem.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
confusion.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
convolutions.h Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
cross.h Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
d_t_s.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
diag.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
dilation2d.h [WIP] more CUDA stuff (#57) 2019-07-20 23:05:21 +10:00
dropout.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
dynamic.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
extract_patches.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
fake_quantization.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
flatten.h [WIP] More of CUDA (#63) 2019-07-20 23:15:14 +10:00
gather.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
gru.h [WIP] More of CUDA operations (#69) 2019-07-20 23:20:41 +10:00
hashcode.h [WIP] More of CUDA operations (#69) 2019-07-20 23:20:41 +10:00
helpers.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
histogram.h [WIP] More CUDA fixes/updates (#62) 2019-07-20 23:07:42 +10:00
histogramFixedWidth.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
im2col.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
image_resize.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
image_suppression.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
ismax.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
legacy_helpers.h Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
listdiff.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
lrn.h Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
lstm.h Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
lstmBlock.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
lup.h [WIP] more CUDA stuff (#57) 2019-07-20 23:05:21 +10:00
matmul.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
matrixSetDiag.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
matrix_band.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
matrix_diag.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
matrix_diag_part.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
max_pooling.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
meshgrid.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
minimax.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
multiUnique.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
nth_element.h Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
one_hot.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
percentile.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
polyGamma.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
prefix.h Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
random_crop.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
range.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
reverse.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
rnn.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
roll.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
s_t_b.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
s_t_d.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
scatter.h [WIP] more CUDA stuff (#57) 2019-07-20 23:05:21 +10:00
segment.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
segment_common.h [WIP] More of CUDA operations (#69) 2019-07-20 23:20:41 +10:00
sequence_mask.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
sg_cb.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
sru.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
stack.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
svd.h [WIP] more CUDA stuff (#57) 2019-07-20 23:05:21 +10:00
toggle_bits.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
top_k.h Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
transforms.h [WIP] More of CUDA operations (#69) 2019-07-20 23:20:41 +10:00
unique.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
weights.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
where.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
zeta.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00