Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Dfullconnection_with_axis_test.cpp216 int32_t *axisValueTest = new (std::nothrow) int32_t(0); variable
318 int64_t *axisValueTest = new (std::nothrow) int64_t[2]{0, 0}; variable
H A Dargmax_test.cpp241 float* axisValueTest = new (std::nothrow) float(0); variable