Home
last modified time | relevance | path

Searched refs:LSHProjectionType (Results 1 – 3 of 3) sorted by relevance

/frameworks/ml/nn/common/operations/
DLSHProjection.h27 enum LSHProjectionType { enum
55 LSHProjectionType type_;
68 void SparseLshProjection(LSHProjectionType type, const RunTimeOperandInfo* hash,
DLSHProjection.cpp39 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,
DLSHProjectionTest.cpp44 LSHProjectionOpModel(LSHProjectionType type, std::initializer_list<uint32_t> hash_shape, in LSHProjectionOpModel()
131 LSHProjectionType type_;