From 591eb204a677a0ba645c90fc1230f75b3361a441 Mon Sep 17 00:00:00 2001 From: MediaPipe Team Date: Tue, 31 Jan 2023 09:35:12 -0800 Subject: [PATCH] Internal change PiperOrigin-RevId: 506027661 --- 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 04f9de45..8d58ff31 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.