Searched refs:SparseLshProjection (Results 1 – 2 of 2) sorted by relevance
/packages/modules/NeuralNetworks/common/operations/ |
D | LSHProjection.cpp | 125 void SparseLshProjection(LSHProjectionType type, const RunTimeOperandInfo* hash, in SparseLshProjection() function 171 SparseLshProjection<T>(type_, hash_, input_, weight_, out_buf); in Eval() 187 template void SparseLshProjection<float>(LSHProjectionType type, const RunTimeOperandInfo* hash, 190 template void SparseLshProjection<_Float16>(LSHProjectionType type, const RunTimeOperandInfo* hash,
|
D | LSHProjection.h | 68 void SparseLshProjection(LSHProjectionType type, const RunTimeOperandInfo* hash,
|