Home
last modified time | relevance | path

Searched refs:ModifyGraphWithDelegateImpl (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dinterpreter.h774 TfLiteStatus ModifyGraphWithDelegateImpl(TfLiteDelegate* delegate);
779 inline TfLiteStatus ModifyGraphWithDelegateImpl( in ModifyGraphWithDelegateImpl() function
791 return ModifyGraphWithDelegateImpl(owned_delegates_.back().get()); in ModifyGraphWithDelegateImpl()
H A Dinterpreter.cc334 auto status = ModifyGraphWithDelegateImpl(std::move(delegate_ptr)); in ApplyLazyDelegateProviders()
387 TfLiteStatus Interpreter::ModifyGraphWithDelegateImpl( in ModifyGraphWithDelegateImpl() function in tflite::Interpreter
H A Dinterpreter_experimental.cc76 return ModifyGraphWithDelegateImpl(delegate); in ModifyGraphWithDelegate()
H A Dinterpreter_builder.cc674 TF_LITE_ENSURE_STATUS(interpreter->ModifyGraphWithDelegateImpl( in ApplyDelegates()
682 TF_LITE_ENSURE_STATUS(interpreter->ModifyGraphWithDelegateImpl(delegate)); in ApplyDelegates()