Searched refs:ExternalCpuBackendContext (Results 1 – 8 of 8) sorted by relevance
81 class ExternalCpuBackendContext : public TfLiteExternalContext {83 ExternalCpuBackendContext();84 ~ExternalCpuBackendContext() {} in ~ExternalCpuBackendContext()99 ExternalCpuBackendContext(const ExternalCpuBackendContext&) = delete;100 ExternalCpuBackendContext& operator=(const ExternalCpuBackendContext&) =
23 auto* const external_context = static_cast<ExternalCpuBackendContext*>( in RefreshExternalCpuBackendContext()34 ExternalCpuBackendContext::ExternalCpuBackendContext() in ExternalCpuBackendContext() function in tflite::ExternalCpuBackendContext
111 own_external_cpu_backend_context_.reset(new ExternalCpuBackendContext()); in Interpreter()124 ExternalCpuBackendContext* external_context = in ~Interpreter()125 static_cast<ExternalCpuBackendContext*>( in ~Interpreter()
756 std::unique_ptr<ExternalCpuBackendContext> own_external_cpu_backend_context_;
1159 ExternalCpuBackendContext external_cpu_context; in TEST_F()
102 auto* external_context = static_cast<ExternalCpuBackendContext*>( in GetFromContext()
88 std::unique_ptr<tflite::ExternalCpuBackendContext> external_context_;
598 external_context_.reset(new tflite::ExternalCpuBackendContext()); in InitInterpreter()