Home
last modified time | relevance | path

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 Dpooling_builder.h44 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 Ddepthwise_conv2d_native_builder.h43 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 Dpooling_builder.cpp139 OH_NN_ReturnCode PoolingBuilder::SetPadModeOrPaddings(const std::shared_ptr<NNTensor>& tensor) in SetPadModeOrPaddings() function in OHOS::NeuralNetworkRuntime::Ops::PoolingBuilder
H A Ddepthwise_conv2d_native_builder.cpp143 OH_NN_ReturnCode DepthwiseConv2DNativeBuilder::SetPadModeOrPaddings(const std::shared_ptr<NNTensor>… in SetPadModeOrPaddings() function in OHOS::NeuralNetworkRuntime::Ops::DepthwiseConv2DNativeBuilder