Searched refs:GetExternalContext (Results 1 – 8 of 8) sorted by relevance
24 context->GetExternalContext(context, kTfLiteCpuBackendContext)); in RefreshExternalCpuBackendContext()
1106 context->GetExternalContext(context, kType)); in Get()
103 context->GetExternalContext(context, kTfLiteCpuBackendContext)); in GetFromContext()
136 context->GetExternalContext(context, kTfLiteEigenContext)); in GetEigenContext()
31 GetExternalContext = GetExternalContextImpl; in TestTfLiteContext()
549 TfLiteExternalContext* GetExternalContext(TfLiteExternalContextType type);550 static TfLiteExternalContext* GetExternalContext(
228 context_.GetExternalContext = GetExternalContext; in Subgraph()440 TfLiteExternalContext* Subgraph::GetExternalContext( in GetExternalContext() function in tflite::Subgraph448 TfLiteExternalContext* Subgraph::GetExternalContext( in GetExternalContext() function in tflite::Subgraph450 return static_cast<Subgraph*>(context->impl_)->GetExternalContext(type); in GetExternalContext()
680 TfLiteExternalContext* (*GetExternalContext)(struct TfLiteContext*, member