Home
last modified time | relevance | path

Searched defs:valueValue (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Dconstant_of_shape_test.cpp66 float* valueValue = new (std::nothrow) float[1] {1.0f}; in SaveValue() local
203 int64_t* valueValue = new (std::nothrow) int64_t[1] {1}; variable
296 std::vector<float> valueValue = {1.0f}; variable