Searched refs:SetPadModeOrPaddings (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/ |
H A D | pooling_builder.h | 44 OH_NN_ReturnCode SetPadModeOrPaddings(const std::shared_ptr<NNTensor>& tensor); 61 {OH_NN_MAX_POOL_PAD_MODE, &PoolingBuilder::SetPadModeOrPaddings}, 62 {OH_NN_MAX_POOL_PAD, &PoolingBuilder::SetPadModeOrPaddings}, 69 {OH_NN_AVG_POOL_PAD_MODE, &PoolingBuilder::SetPadModeOrPaddings}, 70 {OH_NN_AVG_POOL_PAD, &PoolingBuilder::SetPadModeOrPaddings},
|
H A D | depthwise_conv2d_native_builder.h | 43 OH_NN_ReturnCode SetPadModeOrPaddings(const std::shared_ptr<NNTensor>& tensor); 61 {OH_NN_DEPTHWISE_CONV2D_NATIVE_PAD, &DepthwiseConv2DNativeBuilder::SetPadModeOrPaddings}, 63 … {OH_NN_DEPTHWISE_CONV2D_NATIVE_PAD_MODE, &DepthwiseConv2DNativeBuilder::SetPadModeOrPaddings},
|
H A D | pooling_builder.cpp | 139 OH_NN_ReturnCode PoolingBuilder::SetPadModeOrPaddings(const std::shared_ptr<NNTensor>& tensor) in SetPadModeOrPaddings() function in OHOS::NeuralNetworkRuntime::Ops::PoolingBuilder
|
H A D | depthwise_conv2d_native_builder.cpp | 143 OH_NN_ReturnCode DepthwiseConv2DNativeBuilder::SetPadModeOrPaddings(const std::shared_ptr<NNTensor>… in SetPadModeOrPaddings() function in OHOS::NeuralNetworkRuntime::Ops::DepthwiseConv2DNativeBuilder
|