Home
last modified time | relevance | path

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

/test/mlts/benchmark/jni/
Drun_tflite.cpp87 int CountPartitionsDelegatedTo(tflite::Interpreter* interpreter, in CountPartitionsDelegatedTo() argument
90 for (int i = 0; i < interpreter->subgraphs_size(); i++) { in CountPartitionsDelegatedTo()
91 tflite::Subgraph* subgraph = interpreter->subgraph(i); in CountPartitionsDelegatedTo()
452 std::unique_ptr<tflite::Interpreter> interpreter; in runCompilation() local
454 tflite::InterpreterBuilder(*mTfliteModel, resolver)(&interpreter); in runCompilation()
455 if (!interpreter) { in runCompilation()
461 interpreter->SetAllowFp16PrecisionForFp32(true); in runCompilation()
483 int delegationStatus = interpreter->ModifyGraphWithDelegate(delegate.get()); in runCompilation()
492 CountPartitionsDelegatedTo(interpreter.get(), delegate.get()); in runCompilation()
/test/vts/vndk_utils/library/elf/testing/
Dtest-section-2.s21 # Test path name of program interpreter:
/test/app_compat/csuite/
Dpylintrc29 # active Python interpreter and may run arbitrary code.
33 # be loaded. Extensions are loading into the active Python interpreter and may
394 # only in one or another interpreter, leading to false positives when analysed.