Home
last modified time | relevance | path

Searched refs:kTfLiteCpuBackendContext (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/
Dexternal_cpu_backend_context.cc24 context->GetExternalContext(context, kTfLiteCpuBackendContext)); in RefreshExternalCpuBackendContext()
36 this->type = kTfLiteCpuBackendContext; in ExternalCpuBackendContext()
Dinterpreter.cc112 external_contexts_[kTfLiteCpuBackendContext] = in Interpreter()
121 if (external_contexts_[kTfLiteCpuBackendContext] && in ~Interpreter()
122 (external_contexts_[kTfLiteCpuBackendContext] != in ~Interpreter()
126 external_contexts_[kTfLiteCpuBackendContext]); in ~Interpreter()
153 if (kTfLiteCpuBackendContext == type && in SetExternalContext()
154 external_contexts_[kTfLiteCpuBackendContext] == in SetExternalContext()
Dinterpreter_test.cc1168 interpreter.SetExternalContext(kTfLiteCpuBackendContext, in TEST_F()
/external/tensorflow/tensorflow/lite/kernels/
Dcpu_backend_context.cc103 context->GetExternalContext(context, kTfLiteCpuBackendContext)); in GetFromContext()
/external/tensorflow/tensorflow/lite/c/
Dcommon.h57 kTfLiteCpuBackendContext = 3, // include cpu_backend_context.h to use. enumerator
/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_tflite_model.cc605 interpreter_->SetExternalContext(kTfLiteCpuBackendContext, in InitInterpreter()