Searched refs:activationValueTest (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/ops/ |
H A D | div_test.cpp | 168 EXPECT_NE(nullptr, activationValueTest); 170 tensor->SetBuffer(activationValueTest, sizeof(int32_t)); 188 EXPECT_NE(nullptr, activationValueTest); 190 tensor->SetBuffer(activationValueTest, 2 * sizeof(int8_t)); 208 EXPECT_NE(nullptr, activationValueTest); 210 tensor->SetBuffer(activationValueTest, sizeof(int8_t)); 226 int8_t* activationValueTest = new (std::nothrow) int8_t(0); variable 227 EXPECT_NE(nullptr, activationValueTest); 229 tensor->SetBuffer(activationValueTest, sizeof(int8_t)); 266 int8_t activationValueTest = 0; variable [all …]
|
H A D | add_test.cpp | 173 int32_t* activationValueTest = new (std::nothrow) int32_t(0); variable 174 EXPECT_NE(nullptr, activationValueTest); 175 tensor->SetBuffer(activationValueTest, sizeof(int32_t)); 192 int8_t* activationValueTest = new (std::nothrow) int8_t(40); variable 193 EXPECT_NE(nullptr, activationValueTest); 194 tensor->SetBuffer(activationValueTest, sizeof(int8_t)); 212 int8_t* activationValueTest = new (std::nothrow) int8_t(0); variable 213 EXPECT_NE(nullptr, activationValueTest); 214 tensor->SetBuffer(activationValueTest, sizeof(int8_t)); 254 int8_t activationValueTest = 0; variable [all …]
|