Searched refs:interpreter (Results 1 – 3 of 3) sorted by relevance
87 int CountPartitionsDelegatedTo(tflite::Interpreter* interpreter, in CountPartitionsDelegatedTo() argument90 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() local454 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()
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.