Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DTestPartitioning.cpp420 auto supportsEntireSubgraph = [this, &model, &subgraph](uint32_t refSubgraphOperandIndex) { in getSupportedOperationsForSubgraph() local
439 supportsEntireSubgraph(operation.inputs[op::kThenModelOperand]) && in getSupportedOperationsForSubgraph()
440 supportsEntireSubgraph(operation.inputs[op::kElseModelOperand]); in getSupportedOperationsForSubgraph()
445 supportsEntireSubgraph(operation.inputs[op::kCondModelOperand]) && in getSupportedOperationsForSubgraph()
446 supportsEntireSubgraph(operation.inputs[op::kBodyModelOperand]); in getSupportedOperationsForSubgraph()