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
114 std::make_unique<ExternalCpuBackendContext>(); in Interpreter()127 ExternalCpuBackendContext* external_context = in ~Interpreter()128 static_cast<ExternalCpuBackendContext*>( in ~Interpreter()
868 std::unique_ptr<ExternalCpuBackendContext> own_external_cpu_backend_context_;
1235 ExternalCpuBackendContext external_cpu_context; in TEST_F()
103 auto* external_context = static_cast<ExternalCpuBackendContext*>( in GetFromContext()
114 std::unique_ptr<tflite::ExternalCpuBackendContext> external_context_;
677 external_context_ = std::make_unique<tflite::ExternalCpuBackendContext>(); in InitInterpreter()