Searched refs:delegationStatus (Results 1 – 1 of 1) sorted by relevance
185 … int delegationStatus = mTfliteInterpreter->ModifyGraphWithDelegate(mTfliteNnapiDelegate.get()); in init() local187 if ((delegationStatus == kTfLiteOk) && in init()483 int delegationStatus = interpreter->ModifyGraphWithDelegate(delegate.get()); in runCompilation() local485 if (delegationStatus != kTfLiteOk || nnapiErrno != ANEURALNETWORKS_NO_ERROR) { in runCompilation()