Home
last modified time | relevance | path

Searched defs:flex_delegate (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/flex/
H A Ddelegate.cc43 auto flex_delegate = TfLiteDelegateFactory::Create(std::move(base_delegate)); in Create() local
183 auto* flex_delegate = static_cast<FlexDelegate*>(data); in HasCancelled() local
H A Ddelegate_data.cc160 tensorflow::EagerContext* eager_context, TfLiteDelegate* flex_delegate) { in RegisterFunctionDefForSubgraphs()
205 TfLiteDelegate* flex_delegate) { in Prepare()
H A Dkernel_test.cc61 auto flex_delegate = FlexDelegate::Create(std::move(delegate)); in ApplyFlexDelegate() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/flex/training/
H A Dtraining_delegate.cc31 auto* flex_delegate = static_cast<FlexDelegate*>(delegate_->data_); in TrainingFlexDelegate() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dinterpreter_builder.cc673 if (Interpreter::TfLiteDelegatePtr flex_delegate = AcquireFlexDelegate()) { in ApplyDelegates() local