Home
last modified time | relevance | path

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

/test/mlts/benchmark/jni/
Drun_tflite.cpp74 int CountPartitionsDelegatedTo(tflite::Subgraph* subgraph, in CountPartitionsDelegatedTo() function
87 int CountPartitionsDelegatedTo(tflite::Interpreter* interpreter, in CountPartitionsDelegatedTo() function
93 result += CountPartitionsDelegatedTo(subgraph, delegate); in CountPartitionsDelegatedTo()
190 CountPartitionsDelegatedTo(mTfliteInterpreter.get(), mTfliteNnapiDelegate.get()); in init()
223 CountPartitionsDelegatedTo(mTfliteInterpreter.get(), mGpuDelegate.get()); in init()
492 CountPartitionsDelegatedTo(interpreter.get(), delegate.get()); in runCompilation()