Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/
Dinterpreter.h369 using TfLiteDelegatePtr = variable
490 TfLiteStatus ModifyGraphWithDelegate(TfLiteDelegatePtr delegate) { in ModifyGraphWithDelegate()
510 std::vector<TfLiteDelegatePtr> owned_delegates_;
Dmodel.cc56 __attribute__((weak)) Interpreter::TfLiteDelegatePtr AcquireFlexDelegate() { in AcquireFlexDelegate()
57 return Interpreter::TfLiteDelegatePtr(nullptr, [](TfLiteDelegate*) {}); in AcquireFlexDelegate()
60 Interpreter::TfLiteDelegatePtr (*AcquireFlexDelegate)() = nullptr;
Dinterpreter_test.cc34 Interpreter::TfLiteDelegatePtr tflite_delegate( in ModifyGraphWithDelegate()