Searched refs:TfLiteDelegatePtr (Results 1 – 3 of 3) sorted by relevance
369 using TfLiteDelegatePtr = variable490 TfLiteStatus ModifyGraphWithDelegate(TfLiteDelegatePtr delegate) { in ModifyGraphWithDelegate()510 std::vector<TfLiteDelegatePtr> owned_delegates_;
56 __attribute__((weak)) Interpreter::TfLiteDelegatePtr AcquireFlexDelegate() { in AcquireFlexDelegate()57 return Interpreter::TfLiteDelegatePtr(nullptr, [](TfLiteDelegate*) {}); in AcquireFlexDelegate()60 Interpreter::TfLiteDelegatePtr (*AcquireFlexDelegate)() = nullptr;
34 Interpreter::TfLiteDelegatePtr tflite_delegate( in ModifyGraphWithDelegate()