Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/
DGeneratedTestUtils.cpp160 const TestSubgraph& refSubgraph = refSubgraphs[refIndex]; local
164 createModelFromSubgraph(refSubgraph, testDynamicOutputShape, refSubgraphs,
DTestPartitioning.cpp418 [&subgraph](const V1_3::Subgraph& refSubgraph) { in getSupportedOperationsForSubgraph() argument
419 return &subgraph == &refSubgraph; in getSupportedOperationsForSubgraph()
426 const V1_3::Subgraph& refSubgraph = in getSupportedOperationsForSubgraph() local
428 std::vector<bool> supported = getSupportedOperationsForSubgraph(model, refSubgraph); in getSupportedOperationsForSubgraph()