Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/
DValidateHal.cpp684 uint32_t refSubgraphIndex = operand.location.offset; in checkNoReferenceCycles() local
685 if (!checkNoReferenceCycles(model, model.referenced[refSubgraphIndex], path)) { in checkNoReferenceCycles()
/packages/modules/NeuralNetworks/common/types/src/
DValidation.cpp950 const uint32_t refSubgraphIndex = operand.location.offset; in checkNoReferenceCycles() local
951 NN_TRY(checkNoReferenceCycles(referencedSubgraphs, refSubgraphIndex, path, verified)); in checkNoReferenceCycles()