Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioning.cpp423 const V1_3::Operand& refSubgraphOperand = subgraph.operands[refSubgraphOperandIndex]; in getSupportedOperationsForSubgraph() local
424 CHECK(refSubgraphOperand.lifetime == V1_3::OperandLifeTime::SUBGRAPH); in getSupportedOperationsForSubgraph()
425 CHECK_LT(refSubgraphOperand.location.offset, model.referenced.size()); in getSupportedOperationsForSubgraph()
427 model.referenced[refSubgraphOperand.location.offset]; in getSupportedOperationsForSubgraph()