Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ops/
H A Dconcat_builder.cpp24 static constexpr int AXIS_LENGTH = 1; variable
35 if (tensor->GetElementCount() != AXIS_LENGTH) { in SetAxis()