Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DLSHProjectionTest.cpp44 LSHProjectionOpModel(LSHProjectionType type, std::initializer_list<uint32_t> hash_shape, in LSHProjectionOpModel() argument
50 OperandType HashTy(Type::TENSOR_FLOAT32, hash_shape); in LSHProjectionOpModel()
72 auto it = hash_shape.begin(); in LSHProjectionOpModel()
76 Output_.insert(Output_.end(), multiAll(hash_shape), 0.f); in LSHProjectionOpModel()
77 outShapeDimension = multiAll(hash_shape); in LSHProjectionOpModel()