Home
last modified time | relevance | path

Searched refs:pStrides (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.cpp132 const int64_t* pStrides = reinterpret_cast<const int64_t*>(buffer); in SetStrides() local
134 m_strides.assign(pStrides, pStrides + strideslSize); in SetStrides()
H A Ddepthwise_conv2d_native_builder.cpp117 const int64_t* pStrides = reinterpret_cast<const int64_t*>(buffer); in SetStrides() local
119 m_strides.assign(pStrides, pStrides + stridesSize); in SetStrides()
H A Dconv2d_builder.cpp100 const int64_t* pStrides = reinterpret_cast<const int64_t*>(buffer); in SetStrides() local
102 m_strides.assign(pStrides, pStrides + stridesSize); in SetStrides()
H A Dconv2d_transpose_builder.cpp93 const int64_t* pStrides = reinterpret_cast<const int64_t*>(buffer); in SetStrides() local
95 m_strides.assign(pStrides, pStrides + elementSize); in SetStrides()