Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dinner_model.cpp84 uint32_t maximumIndex = *(std::max_element(indices.begin(), indices.end())); in ConstructNNTensorsFromLiteGraph() local
85 if (maximumIndex >= liteGraph->all_tensors_.size()) { in ConstructNNTensorsFromLiteGraph()