cavis/libnd4j/include/ops/declarable/helpers
Yurii Shyrma 753ce28a92
Shyrma sqrtm (#429)
* - start working on implementation of sqrtm op

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

* - improving householder procedure

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

* - further polishing householder stuff

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

* - polishing hh pivoting qr procedure

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

* - polishing BiDiagonalUp procedure

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

* - polishing householder sequence class

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

* - polishing jacobi svd class

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

* - polishing svd stuff 1

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

* - polishing svd stuff 2

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

* - implementation and testing class which performs Hessenberg decomposition of square matrix

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

* - add static method to JacobiSVD class which makes the continuous Givens rotation generation algorithm

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

* - implementation and testing auxiliary methods of Schur decomp class

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

* some references here and there

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

* - trying figure out difference between eigen and our Schur alg

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

* - testing fixing bugs in Schur decomposition op

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

* - start to implement class which performs calculation of eigen values and vectors

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

* - add to EigenValsAndVecs method which calculates complex eigen vectors

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

* - testing and fixing bugs in EigenValsAndVecs class

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

* - implementation and testing triangularSolver class

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

* Added a 2D routine for triangular systems solve.

Signed-off-by: shugeo <sgazeos@gmail.com>

* Refactored triangularSolve2D routine and tests.

Signed-off-by: shugeo <sgazeos@gmail.com>

* Refactored another test for triangularSolve2D.

Signed-off-by: shugeo <sgazeos@gmail.com>

* Refactored test for triangularSolve for vector-bar case.

Signed-off-by: shugeo <sgazeos@gmail.com>

* Refactored triangularSolve2D routine and tests.

Signed-off-by: shugeo <sgazeos@gmail.com>

* - implementation of FullPivLU class

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

* - fix bugs in FullPivLU::solve method

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

* - correct permutation vector in FullPivLU::solve

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

* - correct include headers

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

* - implementation of Sqrtm class

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

* - testing and fixing bugs in Sqrtm class

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

* - include sqrtm classes to cuda folder, investigate in what places synchronization doesn't work

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

* Added implementation for cuda triangularSolve2D and also refactored triangularSolve2D for cpu.

Signed-off-by: shugeo <sgazeos@gmail.com>

* Eliminated waste implementations.

Signed-off-by: shugeo <sgazeos@gmail.com>

* - make offset calculation faster in t<> methods

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

* - rename refference T& NDArray::t<> method

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

* - further work on cuda sqrtm

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

* - provide correct synchronization to device in Sqrtm class

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

* - add tests for sqrtm op

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

* - correct fails which appeared while testing on jenkins

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

* - trying to find out mistake in svd::deflation method

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

* Revert "- trying to find out mistake in svd::deflation method"

This reverts commit 19d37baddbc509028e4bc67bc932fe7449becdb6.

* Revert "- trying to find out mistake in svd::deflation method"

This reverts commit 19d37baddbc509028e4bc67bc932fe7449becdb6.

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

* - change call semantic of r<> and t<> methods

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

* - ged rid of ambiguity in * operator overloads for windows buikd

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

* - get rid of ambiguity in * operator overloads for windows build 2

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

* - get rid of ambiguity in * operator overloads for windows build 3

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

* - resolve conflicts with master

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

* cmakelists updated

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

* - minor fix in merge cpu helper - make use of reference getter

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

Co-authored-by: raver119 <raver119@gmail.com>
Co-authored-by: shugeo <sgazeos@gmail.com>
2020-05-14 18:06:13 +03:00
..
cpu Shyrma sqrtm (#429) 2020-05-14 18:06:13 +03:00
cuda Shyrma sqrtm (#429) 2020-05-14 18:06:13 +03:00
impl Shyrma sqrtm (#429) 2020-05-14 18:06:13 +03:00
BarnesHutTsne.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
activations.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
addBias.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
adjust_hue.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
adjust_saturation.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
axis.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
batched_gemm.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
batchnorm.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
betaInc.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
choose.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
col2im.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
compare_elem.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
compression.h Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
confusion.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
convolutions.h Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
crop_and_resize.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
cross.h Revert "OpenMP Threads execution (#297)" (#299) 2020-03-09 08:22:49 +03:00
d_t_s.h Fix for certain non-ews cases (#402) 2020-04-21 12:41:30 +03:00
diag.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
dilation2d.h Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
dropout.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
dynamic.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
extract_patches.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
fake_quantization.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
flatten.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
gammaMathFunc.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
gather.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
gradient.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
gru.h Shyrma gru bp (#377) 2020-04-16 08:09:04 +03:00
hamming.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
hashcode.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
helpers.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
histogram.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
histogramFixedWidth.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
im2col.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
image_draw_bounding_boxes.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
image_resize.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
image_suppression.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
imagesHelpers.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
ismax.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
knn.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
legacy_helpers.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
lgamma.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
listdiff.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
lrn.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
lstm.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
lstmBlock.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
lstmLayer.h Shyrma gru bp (#377) 2020-04-16 08:09:04 +03:00
lstsq.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
lup.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
matmul.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
matrixSetDiag.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
matrix_band.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
matrix_diag_part.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
max_pooling.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
meshgrid.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
minimax.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
multiUnique.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
nth_element.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
one_hot.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
percentile.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
prefix.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
print_variable.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
qr.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
random.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
random_crop.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
range.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
reductions.h - new implementations for Index Reductions (#421) 2020-05-14 13:41:55 +03:00
reverse.h Shyrma merge max ind (#443) 2020-05-12 07:47:09 +03:00
rnn.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
roll.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
s_t_b.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
s_t_d.h Fix for certain non-ews cases (#402) 2020-04-21 12:41:30 +03:00
scatter.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
segment.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
segment_common.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
sequence_mask.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
sg_cb.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
shift.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
solve.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
sparse_to_dense.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
sqrtm.h Shyrma sqrtm (#429) 2020-05-14 18:06:13 +03:00
sru.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
stack.h profiling of stack and unstack ops (#261) 2020-03-03 07:32:37 +03:00
svd.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
threshold.h compression ops (#436) 2020-05-08 20:59:39 +03:00
toggle_bits.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
top_k.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
transforms.h Shyrma merge max ind (#443) 2020-05-12 07:47:09 +03:00
triangular_solve.h Shyrma sqrtm (#429) 2020-05-14 18:06:13 +03:00
unique.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
updatersHelpers.h Learning updaters for gradient (#335) 2020-03-23 07:28:31 +03:00
weights.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
where.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
zeta.h libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00