Searched refs:LSHProjectionType (Results 1 – 3 of 3) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | LSHProjection.h | 27 enum LSHProjectionType { enum 55 LSHProjectionType type_; 68 void SparseLshProjection(LSHProjectionType type, const RunTimeOperandInfo* hash,
|
D | LSHProjection.cpp | 39 type_ = static_cast<LSHProjectionType>( in LSHProjection() 65 auto type = static_cast<LSHProjectionType>(getScalarData<int32_t>(typeOperand)); in Prepare() 126 void SparseLshProjection(LSHProjectionType type, const RunTimeOperandInfo* hash, in SparseLshProjection() 188 template void SparseLshProjection<float>(LSHProjectionType type, const RunTimeOperandInfo* hash, 191 template void SparseLshProjection<_Float16>(LSHProjectionType type, const RunTimeOperandInfo* hash,
|
D | LSHProjectionTest.cpp | 44 LSHProjectionOpModel(LSHProjectionType type, std::initializer_list<uint32_t> hash_shape, in LSHProjectionOpModel() 131 LSHProjectionType type_;
|