Home
last modified time | relevance | path

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

/foundation/ai/neural_network_runtime/test/unittest/ops/
Ddiv_test.cpp167 int32_t* activationValueTest = new (std::nothrow) int32_t[0]; variable
187 int8_t* activationValueTest = new (std::nothrow) int8_t[2]{0, 0}; variable
207 int8_t* activationValueTest = new (std::nothrow) int8_t(10); variable
226 int8_t* activationValueTest = new (std::nothrow) int8_t(0); variable
266 int8_t activationValueTest = 0; variable
Dadd_test.cpp173 int32_t* activationValueTest = new (std::nothrow) int32_t(0); variable
192 int8_t* activationValueTest = new (std::nothrow) int8_t(40); variable
212 int8_t* activationValueTest = new (std::nothrow) int8_t(0); variable
254 int8_t activationValueTest = 0; variable