Home
last modified time | relevance | path

Searched refs:dilationValue (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Dops_test.cpp82 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 Ddepthwise_conv2d_native_padmode_test.cpp246 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 Dconv2d_transpose_pad_test.cpp265 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 Dconv2d_pad_test.cpp246 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 Dconv2d_padmode_test.cpp245 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 Ddepthwise_conv2d_native_pad_test.cpp247 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 Dconv2d_tranpose_padmode_test.cpp261 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));