Searched refs:hash_shape (Results 1 – 1 of 1) sorted by relevance
44 LSHProjectionOpModel(LSHProjectionType type, std::initializer_list<uint32_t> hash_shape, in LSHProjectionOpModel() argument50 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()