Home
last modified time | relevance | path

Searched defs:AcquireFlexDelegate (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/flex/
Ddelegate.cc128 AcquireFlexDelegate() { in AcquireFlexDelegate() function
/external/tensorflow/tensorflow/lite/
Dmodel.cc56 __attribute__((weak)) Interpreter::TfLiteDelegatePtr AcquireFlexDelegate() { in AcquireFlexDelegate() function
60 Interpreter::TfLiteDelegatePtr (*AcquireFlexDelegate)() = nullptr; variable