Home
last modified time | relevance | path

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

/foundation/ai/neural_network_runtime/test/unittest/ops/
Dfullconnection_with_axis_test.cpp178 int32_t *axisValueTest = new (std::nothrow) int32_t(0); variable
225 int64_t *axisValueTest = new (std::nothrow) int64_t[2]{0, 0}; variable
Dargmax_test.cpp200 float* axisValueTest = new (std::nothrow) float(0); variable