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.cc114 std::make_unique<ExternalCpuBackendContext>(); in Interpreter()
127 ExternalCpuBackendContext* external_context = in ~Interpreter()
128 static_cast<ExternalCpuBackendContext*>( in ~Interpreter()
Dinterpreter.h868 std::unique_ptr<ExternalCpuBackendContext> own_external_cpu_backend_context_;
Dinterpreter_test.cc1235 ExternalCpuBackendContext external_cpu_context; in TEST_F()
/external/tensorflow/tensorflow/lite/kernels/
Dcpu_backend_context.cc103 auto* external_context = static_cast<ExternalCpuBackendContext*>( in GetFromContext()
/external/tensorflow/tensorflow/lite/tools/benchmark/
Dbenchmark_tflite_model.h114 std::unique_ptr<tflite::ExternalCpuBackendContext> external_context_;
Dbenchmark_tflite_model.cc677 external_context_ = std::make_unique<tflite::ExternalCpuBackendContext>(); in InitInterpreter()