Searched refs:subgraph (Results 1 – 2 of 2) sorted by relevance
74 int CountPartitionsDelegatedTo(tflite::Subgraph* subgraph, in CountPartitionsDelegatedTo() argument77 subgraph->nodes_and_registration().begin(), in CountPartitionsDelegatedTo()78 subgraph->nodes_and_registration().end(), in CountPartitionsDelegatedTo()91 tflite::Subgraph* subgraph = interpreter->subgraph(i); in CountPartitionsDelegatedTo() local93 result += CountPartitionsDelegatedTo(subgraph, delegate); in CountPartitionsDelegatedTo()
95 [&result](const test_helper::TestSubgraph& subgraph) { in getOperationsInModel() argument96 for (const auto& operation : subgraph.operations) { in getOperationsInModel()