Home
last modified time | relevance | path

Searched defs:padValue (Results 1 - 8 of 8) sorted by relevance

/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Davgpool_pad_test.cpp82 int64_t* padValue = new (std::nothrow) int64_t[padNum] {0, 0, 0, 0}; in SetPad() local
271 int32_t* padValue = new (std::nothrow) int32_t[padNum]{0, 0, 0, 0}; in HWTEST_F() local
H A Ddepthwise_conv2d_native_pad_test.cpp58 int64_t* padValue = new (std::nothrow) int64_t[4]{1, 1, 1, 1}; in SetPad() local
276 int32_t* padValue = new (std::nothrow) int32_t[4]{1, 1, 1, 1}; in HWTEST_F() local
408 int64_t* padValue = new (std::nothrow) int64_t[3]{1, 1, 1}; in HWTEST_F() local
H A Dconv2d_padmode_test.cpp527 int64_t* padValue = new (std::nothrow) int64_t[3]{1, 1, 1}; in HWTEST_F() local
H A Dconv2d_transpose_pad_test.cpp61 int64_t* padValue = new (std::nothrow) int64_t[4]{1, 1, 1, 1}; in SetPad() local
291 int32_t* padValue = new (std::nothrow) int32_t[4]{1, 1, 1, 1}; in HWTEST_F() local
H A Dconv2d_pad_test.cpp58 int64_t* padValue = new (std::nothrow) int64_t[4]{1, 1, 1, 1}; in SetPad() local
273 int32_t* padValue = new (std::nothrow) int32_t[4]{1, 1, 1, 1}; in HWTEST_F() local
H A Dmaxpool_pad_test.cpp82 int64_t* padValue = new (std::nothrow) int64_t[padNum]{0, 0, 0, 0}; in SetPad() local
271 int32_t* padValue = new (std::nothrow) int32_t[padNum]{0, 0, 0, 0}; in HWTEST_F() local
H A Dconv2d_tranpose_padmode_test.cpp574 int64_t* padValue = new (std::nothrow) int64_t[3]{1, 1, 1}; in HWTEST_F() local
/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
H A Dnnrt_op_builder.cpp217 float padValue = 0.0; in AddPadParams() local

Completed in 8 milliseconds