Home
last modified time | relevance | path

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

/test/mlts/benchmark/jni/
Drun_tflite.cpp74 int CountPartitionsDelegatedTo(tflite::Subgraph* subgraph, in CountPartitionsDelegatedTo() argument
77 subgraph->nodes_and_registration().begin(), in CountPartitionsDelegatedTo()
78 subgraph->nodes_and_registration().end(), in CountPartitionsDelegatedTo()
91 tflite::Subgraph* subgraph = interpreter->subgraph(i); in CountPartitionsDelegatedTo() local
93 result += CountPartitionsDelegatedTo(subgraph, delegate); in CountPartitionsDelegatedTo()
Drandom_graph_test_jni.cpp95 [&result](const test_helper::TestSubgraph& subgraph) { in getOperationsInModel() argument
96 for (const auto& operation : subgraph.operations) { in getOperationsInModel()