Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DModelUtils.cpp95 void identifyUsedSubgraphs(uint32_t current, const std::vector<Model::Subgraph>& subgraphs,
101 void identifyUsedSubgraphs(const std::vector<Operand>& operands, in identifyUsedSubgraphs() function
105 identifyUsedSubgraphs(operand.location.offset, subgraphs, used); in identifyUsedSubgraphs()
116 void identifyUsedSubgraphs(uint32_t current, const std::vector<Model::Subgraph>& subgraphs, in identifyUsedSubgraphs() function
129 identifyUsedSubgraphs(subgraphs[current].operands, subgraphs, used); in identifyUsedSubgraphs()
134 std::vector<bool> identifyUsedSubgraphs(const Model& model) { in identifyUsedSubgraphs() function
136 identifyUsedSubgraphs(model.main.operands, model.referenced, &used); in identifyUsedSubgraphs()
275 const auto subgraphsUsed = identifyUsedSubgraphs(*model); in removeDeadOperands()