Searched refs:mTfliteNnapiDelegate (Results 1 – 2 of 2) sorted by relevance
181 mTfliteNnapiDelegate = in init()185 … int delegationStatus = mTfliteInterpreter->ModifyGraphWithDelegate(mTfliteNnapiDelegate.get()); in init()186 *nnapiErrno = mTfliteNnapiDelegate->GetNnApiErrno(); in init()190 CountPartitionsDelegatedTo(mTfliteInterpreter.get(), mTfliteNnapiDelegate.get()); in init()338 auto nnapi_errno = mTfliteNnapiDelegate in runInference()339 ? mTfliteNnapiDelegate->GetNnApiErrno() in runInference()
155 std::unique_ptr<tflite::StatefulNnApiDelegate> mTfliteNnapiDelegate; variable