Searched refs:dilationValue (Results 1 - 7 of 7) sorted by relevance
/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}; in HWTEST_F() local 247 EXPECT_NE(nullptr, dilationValue); in HWTEST_F() 249 tensor->SetBuffer(dilationValue, 2 * sizeof(int32_t)); in HWTEST_F()
|
H A D | conv2d_padmode_test.cpp | 245 int32_t* dilationValue = new (std::nothrow) int32_t[2]{1, 1}; in HWTEST_F() local 246 EXPECT_NE(nullptr, dilationValue); in HWTEST_F() 248 tensor->SetBuffer(dilationValue, 2 * sizeof(int32_t)); in HWTEST_F()
|
H A D | conv2d_transpose_pad_test.cpp | 265 int32_t* dilationValue = new (std::nothrow) int32_t[2]{1, 1}; in HWTEST_F() local 266 EXPECT_NE(nullptr, dilationValue); in HWTEST_F() 268 tensor->SetBuffer(dilationValue, 2 * sizeof(int32_t)); in HWTEST_F()
|
H A D | conv2d_pad_test.cpp | 246 int32_t* dilationValue = new (std::nothrow) int32_t[2]{1, 1}; in HWTEST_F() local 247 EXPECT_NE(nullptr, dilationValue); in HWTEST_F() 249 tensor->SetBuffer(dilationValue, 2 * sizeof(int32_t)); in HWTEST_F()
|
H A D | depthwise_conv2d_native_pad_test.cpp | 247 int32_t* dilationValue = new (std::nothrow) int32_t[2]{1, 1}; in HWTEST_F() local 248 EXPECT_NE(nullptr, dilationValue); in HWTEST_F() 250 tensor->SetBuffer(dilationValue, 2 * sizeof(int32_t)); in HWTEST_F()
|
H A D | conv2d_tranpose_padmode_test.cpp | 261 int32_t* dilationValue = new (std::nothrow) int32_t[2]{1, 1}; in HWTEST_F() local 262 EXPECT_NE(nullptr, dilationValue); in HWTEST_F() 264 tensor->SetBuffer(dilationValue, 2 * sizeof(int32_t)); in HWTEST_F()
|
Completed in 6 milliseconds