cavis/libnd4j/include/ops/declarable/helpers/impl
shugeo 1bb3ae4b03
Shugeo unordered map (#256)
* Refactored usage of std::map to std::unordered_map instead.

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

* Eliminated crash with wrong ShapeDescriptor hash.

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

* Eliminated crash with TadDescriptor hash.

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

* Refactored Stash hash.

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

* Refactored hashes.

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

* Refactored TadDescriptor hash and top_k mapping.

* Refactored hashes for ShapeDescriptor and TadDescriptor classes.

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

* Refactored hash for ConstantDescriptor and ShapeDescriptor classes.

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

* Fixed map using with cuda platform.

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

* - few rearrangements for hash functions
- shared openblas allowed

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

* exports

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

* exports

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

* Stash reverted to std::map

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

* Added additional test.

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

* different maps for different compilers

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

* missing include

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

* fix the leak

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

Co-authored-by: raver119 <raver119@gmail.com>
2020-02-24 07:51:01 +03:00
..
README.md Merge master to upstream (#7945) 2019-06-27 18:37:04 +03:00
choose.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
knn_mindistance.cpp Merge pull request #7 from KonduitAI/asto_nd4s_10172019 2019-10-23 12:11:25 +03:00
listdiff.cpp [WIP] More tweaks (#173) 2019-08-27 10:37:10 +03:00
lstm.cpp [WIP] More of CUDA (#95) 2019-08-05 11:27:05 +10:00
lstmLayer.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
multiUnique.cpp DataTypes & FlatBuffers (#197) 2020-01-30 10:07:24 +03:00
rnn.cpp Shyrma temp (#131) 2019-12-20 22:35:39 +03:00
sparse_to_dense.cpp String changes (#3) 2020-01-04 13:27:50 +03:00
unique.cpp Shugeo unordered map (#256) 2020-02-24 07:51:01 +03:00
where.cpp [WIP] bunch of improvements (#257) 2019-09-11 20:12:09 +03:00

README.md

This folder contains generic helpers implementations, for operations that do not require platform-specific code, or have no real sense of having platform-specific code