Searched refs:ModifyGraphWithDelegateImpl (Results 1 – 4 of 4) sorted by relevance
774 TfLiteStatus ModifyGraphWithDelegateImpl(TfLiteDelegate* delegate);779 inline TfLiteStatus ModifyGraphWithDelegateImpl( in ModifyGraphWithDelegateImpl() function791 return ModifyGraphWithDelegateImpl(owned_delegates_.back().get()); in ModifyGraphWithDelegateImpl()
334 auto status = ModifyGraphWithDelegateImpl(std::move(delegate_ptr)); in ApplyLazyDelegateProviders()387 TfLiteStatus Interpreter::ModifyGraphWithDelegateImpl( in ModifyGraphWithDelegateImpl() function in tflite::Interpreter
76 return ModifyGraphWithDelegateImpl(delegate); in ModifyGraphWithDelegate()
674 TF_LITE_ENSURE_STATUS(interpreter->ModifyGraphWithDelegateImpl( in ApplyDelegates()682 TF_LITE_ENSURE_STATUS(interpreter->ModifyGraphWithDelegateImpl(delegate)); in ApplyDelegates()