Searched refs:hash_shape (Results 1 – 1 of 1) sorted by relevance
43 LSHProjectionOpModel(LSHProjectionType type, std::initializer_list<uint32_t> hash_shape, in LSHProjectionOpModel() argument49 OperandType HashTy(Type::TENSOR_FLOAT32, hash_shape); in LSHProjectionOpModel()71 auto it = hash_shape.begin(); in LSHProjectionOpModel()75 Output_.insert(Output_.end(), multiAll(hash_shape), 0.f); in LSHProjectionOpModel()76 outShapeDimension = multiAll(hash_shape); in LSHProjectionOpModel()