Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DModelUtils.cpp81 auto markUsed = [&used](const std::vector<uint32_t>& indexes) { in identifyUsedOperands() local
86 markUsed(operation.inputs); in identifyUsedOperands()
87 markUsed(operation.outputs); in identifyUsedOperands()
89 markUsed(model.main.inputIndexes); in identifyUsedOperands()