Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DModelUtils.cpp230 const auto collectPrefix = [&prefixes](const auto& operandOrOperation) { in identifyUsedExtensions() local
237 const auto collectPrefixes = [collectPrefix](const Model::Subgraph& subgraph) { in identifyUsedExtensions()
238 std::for_each(subgraph.operands.begin(), subgraph.operands.end(), collectPrefix); in identifyUsedExtensions()
239 std::for_each(subgraph.operations.begin(), subgraph.operations.end(), collectPrefix); in identifyUsedExtensions()