Searched refs:LSHProjectionType (Results 1 – 3 of 3) sorted by relevance
/packages/modules/NeuralNetworks/common/operations/ |
D | LSHProjection.cpp | 38 type_ = static_cast<LSHProjectionType>( in LSHProjection() 64 auto type = static_cast<LSHProjectionType>(getScalarData<int32_t>(typeOperand)); in Prepare() 125 void SparseLshProjection(LSHProjectionType type, const RunTimeOperandInfo* hash, in SparseLshProjection() 187 template void SparseLshProjection<float>(LSHProjectionType type, const RunTimeOperandInfo* hash, 190 template void SparseLshProjection<_Float16>(LSHProjectionType type, const RunTimeOperandInfo* hash,
|
D | LSHProjection.h | 27 enum LSHProjectionType { enum 55 LSHProjectionType type_; 68 void SparseLshProjection(LSHProjectionType type, const RunTimeOperandInfo* hash,
|
D | LSHProjectionTest.cpp | 44 LSHProjectionOpModel(LSHProjectionType type, std::initializer_list<uint32_t> hash_shape, in LSHProjectionOpModel() 131 LSHProjectionType type_;
|