cavis/libnd4j/include/ops/declarable/helpers/cpu
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
..
BarnesHutTsne.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
README.md Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
activations.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
addBias.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
adjust_hue.cpp Fix for hsv and rgb ranges (#136) 2019-12-20 08:48:30 +03:00
adjust_saturation.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
axis.cpp [WIP] Roll rewritten (#128) 2019-08-17 14:15:08 +03:00
batched_gemm.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
batchnorm.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
betaInc.cpp DNNL/MKLDNN dilated causal conv1d + betainc (#103) 2019-12-04 14:50:17 +03:00
col2im.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
compare_elem.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
confusion.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
convolutions.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
cross.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
d_t_s.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
diGamma.cpp Shyrma adjust (#98) 2019-12-03 09:40:45 +03:00
diag.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
dilation2d.cpp Shyrma deconv3 (#69) 2019-11-21 21:17:30 +02:00
dropout.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
dynamic.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
extract_patches.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
fake_quantization.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
flatten.cpp [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00
gather.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
gradient.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
gru.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
hamming.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
hashcode.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
histogram.cpp [WIP] multi-device support (#80) 2019-08-14 16:52:34 +03:00
histogramFixedWidth.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
im2col.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
image_draw_bounding_boxes.cpp Shugeo image resize bicubic (#56) 2019-11-20 21:11:04 +02:00
image_resize.cpp Added missing Java ops wrappers (#122) 2019-12-19 20:15:48 +11:00
image_suppression.cpp Shugeo_release_fixes3 (#81) 2019-11-28 21:08:51 +03:00
imagesHelpers.cpp Oleh rgb to gray scale (#138) 2019-12-20 20:59:29 +03:00
ismax.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
legacy_helper.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
lrn.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
lstm.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
lup.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
matrixSetDiag.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
matrix_band.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
matrix_diag_part.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
max_pooling.cpp [WIP] multi-device support (#80) 2019-08-14 16:52:34 +03:00
meshgrid.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
minimax.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
nth_element.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
one_hot.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
percentile.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
polyGamma.cpp Shyrma adjust (#98) 2019-12-03 09:40:45 +03:00
prefix.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
random.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
random_crop.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
range.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
reverse.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
roll.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
s_t_b.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
s_t_d.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
scatter.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
segment.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
sequence_mask.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
sg_cb.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
shift.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
sru.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
stack.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
svd.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
toggle_bits.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
top_k.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00
transforms.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
weights.cpp Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
zeta.cpp [WIP] ThreadPool (#8) 2019-11-13 17:04:59 +03:00

README.md

This folder contains OpenMP implementations for operations helpers. Basically suited for homogenous x86-like platforms.