Searched defs:padValue (Results 1 - 8 of 8) sorted by relevance
/foundation/ai/neural_network_runtime/test/unittest/ops/ |
H A D | avgpool_pad_test.cpp | 82 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 D | depthwise_conv2d_native_pad_test.cpp | 58 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 D | conv2d_padmode_test.cpp | 527 int64_t* padValue = new (std::nothrow) int64_t[3]{1, 1, 1}; in HWTEST_F() local
|
H A D | conv2d_transpose_pad_test.cpp | 61 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 D | conv2d_pad_test.cpp | 58 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 D | maxpool_pad_test.cpp | 82 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 D | conv2d_tranpose_padmode_test.cpp | 574 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 D | nnrt_op_builder.cpp | 217 float padValue = 0.0; in AddPadParams() local
|
Completed in 8 milliseconds