Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/
H A Ddepthwise_conv2d_native_builder.cpp118 uint32_t stridesSize = tensor->GetElementCount(); in SetStrides() local
119 m_strides.assign(pStrides, pStrides + stridesSize); in SetStrides()
H A Dconv2d_builder.cpp101 uint32_t stridesSize = tensor->GetElementCount(); in SetStrides() local
102 m_strides.assign(pStrides, pStrides + stridesSize); in SetStrides()