cavis/libnd4j/include/ops/declarable/generic/parity_ops
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
..
adjust_contrast.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
adjust_hue.cpp [WIP] HSV,RGB color model conversions (#125) 2019-12-17 09:42:09 +03:00
adjust_saturation.cpp [WIP] HSV,RGB color model conversions (#125) 2019-12-17 09:42:09 +03:00
argmax.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
argmin.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
assert.cpp Shugeo_release_fixes3 (#81) 2019-11-28 21:08:51 +03:00
batch_to_space.cpp [WIP] stb/bts nd (#144) 2019-08-21 21:11:46 +03:00
batch_to_space_nd.cpp More fixes (#148) 2019-08-22 19:55:27 +10:00
betaInc.cpp DNNL/MKLDNN dilated causal conv1d + betainc (#103) 2019-12-04 14:50:17 +03:00
bias_add.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
bincount.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
broadcast_dynamic_shape.cpp - rewrite broadcast_dynamic_shape and delete corresponding helpers (#194) 2019-08-29 20:38:02 +03:00
check_numerics.cpp Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
cholesky.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
compare_and_bitpack.cpp Implemented compare_and_bitpack op. 2019-10-03 10:57:48 +03:00
confusion_matrix.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
crop_and_resize.cpp Shugeo image resize bicubic (#56) 2019-11-20 21:11:04 +02:00
cross.cpp Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
depth_to_space.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
diag.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
diagPart.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
digamma.cpp Shyrma adjust (#98) 2019-12-03 09:40:45 +03:00
draw_bounding_boxes.cpp Shugeo release fix1 (#61) 2019-11-20 13:37:48 +02:00
dropout.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
dynamic_parititon.cpp [WIP] more CUDA stuff (#57) 2019-07-20 23:05:21 +10:00
dynamic_stitch.cpp Shugeo doc (#235) 2019-09-04 14:57:59 +03:00
embedding_lookup.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
expose.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
extract_image_patches.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
fake_quant_with_min_max_vars.cpp ResizeBicubic added (#117) 2019-12-09 18:25:39 +11:00
fake_quant_with_min_max_vars_per_channel.cpp Shugeo atomic tests (#97) 2019-12-02 21:40:54 +03:00
fill.cpp Dev branch merge: dev_20190606 (#7904) 2019-06-15 21:34:34 +10:00
fill_as.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
image_resize.cpp SameDiff TF import (#49) 2019-11-19 22:44:29 +11:00
in_top_k.cpp Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
lin_space.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
listdiff.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
lup.cpp [WIP] Shugeo lup (#126) 2019-12-20 17:56:28 +03:00
matrixDiagPart.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
matrixSetDiag.cpp Shyrma docs (#222) 2019-09-02 16:25:58 +03:00
matrix_band_part.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
matrix_determinant.cpp [WIP] more CUDA stuff (#57) 2019-07-20 23:05:21 +10:00
matrix_diag.cpp [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00
matrix_inverse.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
moments.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
non_max_suppression.cpp Shugeo_release_fixes3 (#81) 2019-11-28 21:08:51 +03:00
non_max_suppression_overlaps.cpp Shugeo suppression overlaps (#9) 2019-10-30 13:43:45 +02:00
norm.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
normalize_moments.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
nth_element.cpp Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
onehot.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
ones_as.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
parallelStack.cpp [WIP] More of CUDA (#95) 2019-08-05 11:27:05 +10:00
polygamma.cpp Shyrma adjust (#98) 2019-12-03 09:40:45 +03:00
range.cpp Dev branch merge: dev_20190606 (#7904) 2019-06-15 21:34:34 +10:00
rank.cpp [WIP] size etc (#155) 2019-08-23 12:31:12 +03:00
reduceMean.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
reduceStDev.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
reduceVariance.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
reduce_dot.cpp Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
reduce_logsumexp.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
reduce_max.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
reduce_min.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
reduce_norm1.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
reduce_norm2.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
reduce_norm_max.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
reduce_prod.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
reduce_sqnorm.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
reduce_sum.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
resize_bicubic.cpp [WIP] resize_bicubic types (#116) 2019-12-06 18:58:37 +03:00
resize_linear.cpp Shugeo resize fix5 (#102) 2019-12-05 22:05:33 +03:00
resize_neighbor.cpp Shugeo resize fix5 (#102) 2019-12-05 22:05:33 +03:00
rint.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
roll.cpp Shugeo roll fix3 (#127) 2019-12-19 13:10:06 +03:00
scatter_add.cpp Shyrma scatter (#84) 2019-11-26 20:29:09 +03:00
scatter_div.cpp Shyrma scatter (#84) 2019-11-26 20:29:09 +03:00
scatter_max.cpp Shyrma scatter (#84) 2019-11-26 20:29:09 +03:00
scatter_min.cpp Shyrma scatter (#84) 2019-11-26 20:29:09 +03:00
scatter_mul.cpp Shyrma scatter (#84) 2019-11-26 20:29:09 +03:00
scatter_nd.cpp Shyrma scatter (#84) 2019-11-26 20:29:09 +03:00
scatter_nd_add.cpp Shyrma scatter (#84) 2019-11-26 20:29:09 +03:00
scatter_nd_sub.cpp Shyrma scatter (#84) 2019-11-26 20:29:09 +03:00
scatter_nd_update.cpp Shyrma scatter (#84) 2019-11-26 20:29:09 +03:00
scatter_sub.cpp Shyrma scatter (#84) 2019-11-26 20:29:09 +03:00
scatter_upd.cpp Shyrma scatter (#84) 2019-11-26 20:29:09 +03:00
segment_max.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
segment_mean.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
segment_min.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
segment_prod.cpp Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
segment_sum.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
sequence_mask.cpp [WIP] More of CUDA operations (#69) 2019-07-20 23:20:41 +10:00
size.cpp [WIP] size etc (#155) 2019-08-23 12:31:12 +03:00
slice.cpp Dev branch merge: dev_20190606 (#7904) 2019-06-15 21:34:34 +10:00
space_to_batch.cpp [WIP] stb/bts nd (#144) 2019-08-21 21:11:46 +03:00
space_to_batch_nd.cpp More fixes (#148) 2019-08-22 19:55:27 +10:00
space_to_depth.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
split.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
split_v.cpp int -> long (#108) 2019-08-10 09:14:18 +03:00
square.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
stack.cpp [WIP] More of CUDA (#95) 2019-08-05 11:27:05 +10:00
stop_gradient.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
strided_slice.cpp Shugeo strided slice bp fix2 (#33) 2019-11-07 13:44:02 +03:00
sufficient_statistics.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
tear.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
top_k.cpp [WIP] More tweaks (#173) 2019-08-27 10:37:10 +03:00
unique.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
unsorted_segment_max.cpp Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
unsorted_segment_mean.cpp Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
unsorted_segment_min.cpp Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
unsorted_segment_prod.cpp Shugeo_release_fixes3 (#81) 2019-11-28 21:08:51 +03:00
unsorted_segment_sqrt_n.cpp Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
unsorted_segment_sum.cpp Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
unstack.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
weighted_cross_entropy_with_logits.cpp Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
xw_plus_b.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
zero_fraction.cpp Dev branch merge: dev_20190606 (#7904) 2019-06-15 21:34:34 +10:00
zeros_as.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
zeta.cpp int -> long (#108) 2019-08-10 09:14:18 +03:00