Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DHashtableLookupTest.cpp62 std::initializer_list<uint32_t> value_shape) { in HashtableLookupOpModel() argument
63 auto it_vs = value_shape.begin(); in HashtableLookupOpModel()
76 OperandType ValueTy(Type::TENSOR_FLOAT32, value_shape); in HashtableLookupOpModel()
99 Value_.insert(Value_.end(), multiAll(value_shape), 0.f); in HashtableLookupOpModel()