Searched refs:AcquireFlexDelegate (Results 1 – 2 of 2) sorted by relevance
56 __attribute__((weak)) Interpreter::TfLiteDelegatePtr AcquireFlexDelegate() { in AcquireFlexDelegate() function60 Interpreter::TfLiteDelegatePtr (*AcquireFlexDelegate)() = nullptr; variable443 if (AcquireFlexDelegate == nullptr) { in ApplyDelegates()460 if (auto flex_delegate = AcquireFlexDelegate()) { in ApplyDelegates()
128 AcquireFlexDelegate() { in AcquireFlexDelegate() function