Home
last modified time | relevance | path

Searched refs:pOutputPadding (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/
H A Dconv2d_transpose_builder.cpp204 const int64_t* pOutputPadding = reinterpret_cast<const int64_t*>(buffer); in SetOutPadding() local
206 m_outputPaddings.assign(pOutputPadding, pOutputPadding + outputPadSize); in SetOutPadding()