Searched refs:SparseLshProjection (Results 1 – 2 of 2) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | LSHProjection.cpp | 126 void SparseLshProjection(LSHProjectionType type, const RunTimeOperandInfo* hash, in SparseLshProjection() function 172 SparseLshProjection<T>(type_, hash_, input_, weight_, out_buf); in Eval() 188 template void SparseLshProjection<float>(LSHProjectionType type, const RunTimeOperandInfo* hash, 191 template void SparseLshProjection<_Float16>(LSHProjectionType type, const RunTimeOperandInfo* hash,
|
D | LSHProjection.h | 68 void SparseLshProjection(LSHProjectionType type, const RunTimeOperandInfo* hash,
|