Searched refs:maximumIndex (Results 1 – 1 of 1) sorted by relevance
84 uint32_t maximumIndex = *(std::max_element(indices.begin(), indices.end())); in ConstructNNTensorsFromLiteGraph() local85 if (maximumIndex >= liteGraph->all_tensors_.size()) { in ConstructNNTensorsFromLiteGraph()