Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/
Dmodel.cc460 if (auto flex_delegate = AcquireFlexDelegate()) { in ApplyDelegates() local
461 return interpreter->ModifyGraphWithDelegate(std::move(flex_delegate)); in ApplyDelegates()