Home
last modified time | relevance | path

Searched refs:TfLiteExternalContext (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/lite/core/
Dsubgraph.h37 TfLiteExternalContext** external_contexts,
228 TfLiteExternalContext* ctx);
417 TfLiteExternalContext* GetExternalContext(TfLiteExternalContextType type);
418 static TfLiteExternalContext* GetExternalContext(
424 TfLiteExternalContext* ctx);
525 TfLiteExternalContext** external_contexts_;
Dsubgraph.cc140 TfLiteExternalContext** external_contexts, in Subgraph()
325 TfLiteExternalContext* Subgraph::GetExternalContext( in GetExternalContext()
333 TfLiteExternalContext* Subgraph::GetExternalContext( in GetExternalContext()
339 TfLiteExternalContext* ctx) { in SetExternalContext()
347 TfLiteExternalContext* ctx) { in SetExternalContext()
/external/tensorflow/tensorflow/lite/c/
Dc_api_internal.h61 } TfLiteExternalContext; typedef
452 TfLiteExternalContext* (*GetExternalContext)(struct TfLiteContext*,
458 TfLiteExternalContext*);
/external/tensorflow/tensorflow/lite/
Dinterpreter.h445 TfLiteExternalContext* ctx);
485 TfLiteExternalContext* ctx);
515 TfLiteExternalContext* external_contexts_[kTfLiteMaxExternalContexts];
Dinterpreter.cc82 TfLiteExternalContext* ctx) { in SetExternalContext()
Dinterpreter_test.cc869 struct TestExternalContext : public TfLiteExternalContext {
/external/tensorflow/tensorflow/lite/kernels/
Dgemm_support.cc25 struct RefCountedGemmContext : public TfLiteExternalContext {
Deigen_support.cc107 struct RefCountedEigenContext : public TfLiteExternalContext {