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;
681 TfLiteExternalContextType);
685 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.h254 void SetExternalContext(TfLiteExternalContextType type,
549 TfLiteExternalContext* GetExternalContext(TfLiteExternalContextType type);
551 struct TfLiteContext* context, TfLiteExternalContextType type);
555 TfLiteExternalContextType type,
Dsubgraph.cc441 TfLiteExternalContextType type) { in GetExternalContext()
449 struct TfLiteContext* context, TfLiteExternalContextType type) { in GetExternalContext()
453 void Subgraph::SetExternalContext(TfLiteExternalContextType type, in SetExternalContext()
461 TfLiteExternalContextType type, in SetExternalContext()
/external/tensorflow/tensorflow/lite/
Dinterpreter.h598 void SetExternalContext(TfLiteExternalContextType type,
681 TfLiteExternalContextType type,
Dinterpreter.cc138 void Interpreter::SetExternalContext(TfLiteExternalContextType type, in SetExternalContext()
Dinterpreter_test.cc1102 static constexpr TfLiteExternalContextType kType = kTfLiteGemmLowpContext;