Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DGeneratedTestUtils.cpp159 const TestSubgraph& refSubgraph = refSubgraphs[refIndex]; local
163 createModelFromSubgraph(refSubgraph, testDynamicOutputShape, refSubgraphs,
H A DTestPartitioning.cpp417 [&subgraph](const V1_3::Subgraph& refSubgraph) { in getSupportedOperationsForSubgraph() argument
418 return &subgraph == &refSubgraph; in getSupportedOperationsForSubgraph()
425 const V1_3::Subgraph& refSubgraph = in getSupportedOperationsForSubgraph() local
427 std::vector<bool> supported = getSupportedOperationsForSubgraph(model, refSubgraph); in getSupportedOperationsForSubgraph()