Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/c/
Dcommon.h53 typedef enum TfLiteExternalContextType { enum
59 } TfLiteExternalContextType; typedef
73 TfLiteExternalContextType type;
744 TfLiteExternalContextType);
748 void (*SetExternalContext)(struct TfLiteContext*, TfLiteExternalContextType,
/external/tensorflow/tensorflow/lite/kernels/
Deigen_support_test.cc36 TfLiteExternalContextType type, in SetExternalContextImpl()
43 TfLiteContext* context, TfLiteExternalContextType type) { in GetExternalContextImpl()
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.h269 void SetExternalContext(TfLiteExternalContextType type,
645 TfLiteExternalContext* GetExternalContext(TfLiteExternalContextType type);
647 struct TfLiteContext* context, TfLiteExternalContextType type);
651 TfLiteExternalContextType type,
Dsubgraph.cc473 TfLiteExternalContextType type) { in GetExternalContext()
481 struct TfLiteContext* context, TfLiteExternalContextType type) { in GetExternalContext()
485 void Subgraph::SetExternalContext(TfLiteExternalContextType type, in SetExternalContext()
493 TfLiteExternalContextType type, in SetExternalContext()
/external/tensorflow/tensorflow/lite/
Dinterpreter.h665 void SetExternalContext(TfLiteExternalContextType type,
744 TfLiteExternalContextType type,
Dinterpreter.cc141 void Interpreter::SetExternalContext(TfLiteExternalContextType type, in SetExternalContext()
Dinterpreter_test.cc1172 static constexpr TfLiteExternalContextType kType = kTfLiteGemmLowpContext;