From 5a773397803b0049fe74b715c6fda74c20376465 Mon Sep 17 00:00:00 2001 From: MediaPipe Team Date: Mon, 6 Feb 2023 09:02:51 -0800 Subject: [PATCH] Internal change PiperOrigin-RevId: 507495569 --- mediapipe/framework/calculator_graph.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/mediapipe/framework/calculator_graph.h b/mediapipe/framework/calculator_graph.h index 04f9de45f..8d58ff312 100644 --- a/mediapipe/framework/calculator_graph.h +++ b/mediapipe/framework/calculator_graph.h @@ -53,14 +53,10 @@ #include "mediapipe/framework/port/status.h" #include "mediapipe/framework/scheduler.h" #include "mediapipe/framework/thread_pool_executor.pb.h" +#include "mediapipe/gpu/gpu_service.h" namespace mediapipe { -#if !MEDIAPIPE_DISABLE_GPU -class GpuResources; -struct GpuSharedData; -#endif // !MEDIAPIPE_DISABLE_GPU - typedef absl::StatusOr StatusOrPoller; // The class representing a DAG of calculator nodes.