cavis/libnd4j/include/ops/declarable/generic
raver119 966642c1c9
Rng tweaks (#479)
* initial commit

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

* Java Random.getFloat()/getDouble() methods mapped to C++

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

* Refactored relativeT for float and double data types.

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

* Refactored float relativeT method.

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

* Refactored relativeT

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

* - additional rng tests
- float/double uniform generation methos slightly changed

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

* use bitset instead of manual conversion

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

* rollback valueBits changes

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

* remove unused shapelist

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

* update KMeans ground truth test

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

* dedicated union to make MSVC happy

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

* minor tweaks

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

* .seh_savexmm workaround?

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

* don't use march=native in tests on windows

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

Co-authored-by: shugeo <sgazeos@gmail.com>
2020-05-30 21:13:33 +03:00
..
bitwise Nullify (#304) 2020-03-20 08:49:28 +03:00
blas Shyrma sqrtm (#429) 2020-05-14 18:06:13 +03:00
boolean Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
broadcastable Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
compat libnd4j fixes for context sync in operation execution (#350) 2020-03-30 16:33:51 +03:00
compression Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
datatypes libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
flow libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
grad libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
helpers libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
images Rng tweaks (#479) 2020-05-30 21:13:33 +03:00
kernels libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
linalg Eliminated error with resize implementation. (#418) 2020-05-27 21:15:03 +03:00
list libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
loss Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
nlp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
nn Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
parity_ops Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
random Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
reduce - new implementations for Index Reductions (#421) 2020-05-14 13:41:55 +03:00
shape Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
strings libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
tensor Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
tests libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
thrid_party Nullify (#304) 2020-03-20 08:49:28 +03:00
transforms Shyrma merge max ind (#443) 2020-05-12 07:47:09 +03:00
tsne libnd4j fixes for context sync in operation execution (#350) 2020-03-30 16:33:51 +03:00
updaters Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
util Legacy API changes (#441) 2020-05-09 08:06:14 +03:00
CustomOperations.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00
README.md Eclipse Migration Initial Commit 2019-06-06 15:21:15 +03:00
parity_ops.cpp libnd4j polishing (#273) 2020-03-02 12:49:41 +03:00

README.md

Generic ops

Put any cross platform operations here. Anything platform specific should be put in: in ops/helpers.