cavis/libnd4j/include/ops/declarable/helpers
Yurii Shyrma 5d9b2a16e5 Shyrma temp (#131)
* - specifying template instantiation for certain types in float16 and bloat16

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

* - polishing bfloat16 and float16 member functions template specialization

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

* - rewrite and overload array +-*/ scalar and scalar +-*/ arr in NDAray class

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

* - make corrections which have to do with and rvalue lvalue conversions

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

* - provide move semantic in NDArray operators array +-/* array

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

* float16/bfloat16 tweaks

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

* one more tweak

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

* - make float16 and bfloat16 to compile successfully on cuda

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

* - do not use resources of view-like arrays when move semantics is applied

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

* - get rid of pointers in signatures NDArray methods 1

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

* - correction of signature of NDArray::dup method

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

* - correction of signature of NDArray::reduceAlongDimension method

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

* - signature correction of NDArray::applyIndexReduce and applyTrueBroadcast methods

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

* - signature correction of NDArray::applyReduce3 and varianceAlongDimension methods

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

* - signature correction of NDArray::tensorsAlongDimension and diagonal methods

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

* - signature correction of NDArray::allTensorsAlongDimension

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

* - signature correction of NDArray::reduceAlongDimension 2

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

* - signature correction of NDArray::applyTransform 2

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

* - signature correction of NDArray::applyPairwiseTransform 2

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

* - signature correction of NDArray::applyBroadcast 2

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

* - signature correction of NDArray::applyTrueBroadcast 2

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

* - signature correction of NDArray::applyScalar and applyScalarArr

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

* - signature correction of NDArray::lambda methods

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

* - signature correction of NDArray::reduce3 methods 2

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

* - signature correction of following NDArray methods: add/sub/mul/div row/column and fillAsTriangular

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

* - signature correction of NDArray::tileToShape methods

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

* - signature correction of NDArray::isShapeSameStrict method

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

* minor corrections in tests

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

* - replace reduce op in batchnorm mkldnn

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

* - add explicit templates instantiations for operator+(NDArray&&. const scalar)

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

* - corrections of casts in float16/bfloat16

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

* - provide move semantics in following NDArray methods: transform, applyTrueBroadcast, transpose, reshape, permute

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

* - get rid of input array A duplicate in svd cuda op

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

* - avoid available bug in svd cuda API

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

* - add temporary global memory buffer in svd cuda when calcUV = false and  m != n

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

* - remove test with blfoat16 type for betainC

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

* - resolve conflicts after master has been merged in

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

* - changed type of affected input array in fused_batch_norm

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

* - add several explicit type castings

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

* - add ND4J_EXPORT to operators

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

* - add explicit template types in instantiations of template arithm operators of NDArray class

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

* - one more test fix

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

Co-authored-by: raver119 <raver119@gmail.com>
2019-12-20 22:35:39 +03:00
..
cpu Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
cuda Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
impl Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
BarnesHutTsne.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
activations.h [WIP] CUDA tests (#95) 2019-12-02 21:37:21 +03:00
addBias.h [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00
adjust_hue.h Fix for hsv and rgb ranges (#136) 2019-12-20 08:48:30 +03: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
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 [WIP] CUDA tests (#95) 2019-12-02 21:37:21 +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 [WIP] CUDA tests (#95) 2019-12-02 21:37:21 +03:00
cross.h Shyrma temp (#131) 2019-12-20 22:35:39 +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 Implementation of cuda kernel for fake_quant_with_min_max_vars_per_channels op. 2019-10-10 16:40:56 +03:00
flatten.h [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00
gammaMathFunc.h Shyrma adjust (#98) 2019-12-03 09:40:45 +03:00
gather.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
gradient.h [WIP] More of CUDA (#95) 2019-08-05 11:27:05 +10:00
gru.h [WIP] More of CUDA operations (#69) 2019-07-20 23:20:41 +10:00
hamming.h [WIP] bits_hamming_distance (#192) 2019-08-28 18:20:44 +03:00
hashcode.h [WIP] More of CUDA operations (#69) 2019-07-20 23:20:41 +10:00
helpers.h [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +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 [WIP] CUDA tests (#95) 2019-12-02 21:37:21 +03:00
image_draw_bounding_boxes.h Added helper declaration for draw_bounding_boxes op. 2019-10-04 21:16:34 +03:00
image_resize.h Update master (#8511) 2019-12-06 11:10:44 +03:00
image_suppression.h Shugeo_release_fixes3 (#81) 2019-11-28 21:08:51 +03:00
imagesHelpers.h Oleh rgb to gray scale (#138) 2019-12-20 20:59:29 +03:00
ismax.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
knn.h Merge pull request #7 from KonduitAI/asto_nd4s_10172019 2019-10-23 12:11:25 +03:00
legacy_helpers.h - add parameter alpha to elu and lrelu_bp (#213) 2019-08-31 20:57:39 +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 Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
lstmBlock.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
lstmLayer.h Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
lup.h [WIP] Shugeo lup (#126) 2019-12-20 17:56:28 +03:00
matmul.h [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
matrixSetDiag.h Shyrma docs (#222) 2019-09-02 16:25:58 +03:00
matrix_band.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 [WIP] CUDA tests (#95) 2019-12-02 21:37:21 +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
prefix.h Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
random.h Shugeo random uniform int (#30) 2019-11-06 12:49:27 +02: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 [WIP] Roll rewritten (#128) 2019-08-17 14:15:08 +03:00
s_t_b.h Shugeo image resize bicubic (#56) 2019-11-20 21:11:04 +02:00
s_t_d.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
scatter.h Shyrma scatter (#84) 2019-11-26 20:29:09 +03: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
shift.h [WIP] right shift ops (#118) 2019-08-15 20:35:15 +03:00
sru.h Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
stack.h [WIP] More of CUDA (#95) 2019-08-05 11:27:05 +10: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] repeat op (#143) 2019-08-21 21:10:29 +03: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