Home
last modified time | relevance | path

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

/test/mlts/benchmark/jni/
Drun_tflite.cpp386 std::unique_ptr<tflite::Interpreter> interpreter; in runCompilation() local
388 tflite::InterpreterBuilder(*mTfliteModel, resolver)(&interpreter); in runCompilation()
389 if (!interpreter) { in runCompilation()
395 interpreter->SetAllowFp16PrecisionForFp32(true); in runCompilation()
405 int delegationStatus = interpreter->ModifyGraphWithDelegate(&delegate); in runCompilation()
/test/vts/utils/python/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.