Home
last modified time | relevance | path

Searched refs:MINIMUM_INTPUT (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.cpp21 static constexpr int MINIMUM_INTPUT = 2; variable
64 if (inputsIndex.size() < MINIMUM_INTPUT) { in Build()