Searched refs:dilationValue (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/ops/ |
H A D | ops_test.cpp | 82 int64_t* dilationValue = new (std::nothrow) int64_t[2]{1, 1}; in SetDilation() local 83 EXPECT_NE(nullptr, dilationValue); in SetDilation() 84 tensor->SetBuffer(dilationValue, dilationNum * sizeof(int64_t)); in SetDilation()
|
H A D | depthwise_conv2d_native_padmode_test.cpp | 246 int32_t* dilationValue = new (std::nothrow) int32_t[2]{1, 1}; variable 247 EXPECT_NE(nullptr, dilationValue); 249 tensor->SetBuffer(dilationValue, 2 * sizeof(int32_t));
|
H A D | conv2d_transpose_pad_test.cpp | 265 int32_t* dilationValue = new (std::nothrow) int32_t[2]{1, 1}; variable 266 EXPECT_NE(nullptr, dilationValue); 268 tensor->SetBuffer(dilationValue, 2 * sizeof(int32_t));
|
H A D | conv2d_pad_test.cpp | 246 int32_t* dilationValue = new (std::nothrow) int32_t[2]{1, 1}; variable 247 EXPECT_NE(nullptr, dilationValue); 249 tensor->SetBuffer(dilationValue, 2 * sizeof(int32_t));
|
H A D | conv2d_padmode_test.cpp | 245 int32_t* dilationValue = new (std::nothrow) int32_t[2]{1, 1}; variable 246 EXPECT_NE(nullptr, dilationValue); 248 tensor->SetBuffer(dilationValue, 2 * sizeof(int32_t));
|
H A D | depthwise_conv2d_native_pad_test.cpp | 247 int32_t* dilationValue = new (std::nothrow) int32_t[2]{1, 1}; variable 248 EXPECT_NE(nullptr, dilationValue); 250 tensor->SetBuffer(dilationValue, 2 * sizeof(int32_t));
|
H A D | conv2d_tranpose_padmode_test.cpp | 261 int32_t* dilationValue = new (std::nothrow) int32_t[2]{1, 1}; variable 262 EXPECT_NE(nullptr, dilationValue); 264 tensor->SetBuffer(dilationValue, 2 * sizeof(int32_t));
|