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