Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/
H A Ddepthwise_conv2d_native_builder.cpp34 static const int INPUT_RANK = 4; variable
92 if (weightShape.size() != INPUT_RANK) { in SetKernelSize()
221 if (inputShape.size() != INPUT_RANK) { in Build()