Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/
Dexternal_cpu_backend_context.h81 class ExternalCpuBackendContext : public TfLiteExternalContext {
83 ExternalCpuBackendContext();
84 ~ExternalCpuBackendContext() {} in ~ExternalCpuBackendContext()
99 ExternalCpuBackendContext(const ExternalCpuBackendContext&) = delete;
100 ExternalCpuBackendContext& operator=(const ExternalCpuBackendContext&) =
Dexternal_cpu_backend_context.cc23 auto* const external_context = static_cast<ExternalCpuBackendContext*>( in RefreshExternalCpuBackendContext()
34 ExternalCpuBackendContext::ExternalCpuBackendContext() in ExternalCpuBackendContext() function in tflite::ExternalCpuBackendContext
Dinterpreter.cc111 own_external_cpu_backend_context_.reset(new ExternalCpuBackendContext()); in Interpreter()
124 ExternalCpuBackendContext* external_context = in ~Interpreter()
125 static_cast<ExternalCpuBackendContext*>( in ~Interpreter()
Dinterpreter.h756 std::unique_ptr<ExternalCpuBackendContext> own_external_cpu_backend_context_;
Dinterpreter_test.cc1159 ExternalCpuBackendContext external_cpu_context; in TEST_F()
/external/tensorflow/tensorflow/lite/kernels/
Dcpu_backend_context.cc102 auto* external_context = static_cast<ExternalCpuBackendContext*>( in GetFromContext()
/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_tflite_model.h88 std::unique_ptr<tflite::ExternalCpuBackendContext> external_context_;
Dbenchmark_tflite_model.cc598 external_context_.reset(new tflite::ExternalCpuBackendContext()); in InitInterpreter()