Searched refs:interpreter (Results 1 – 3 of 3) sorted by relevance
386 std::unique_ptr<tflite::Interpreter> interpreter; in runCompilation() local388 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()
21 # Test path name of program interpreter:
29 # active Python interpreter and may run arbitrary code.33 # be loaded. Extensions are loading into the active Python interpreter and may394 # only in one or another interpreter, leading to false positives when analysed.