Internal change

PiperOrigin-RevId: 506027661
This commit is contained in:
MediaPipe Team 2023-01-31 09:35:12 -08:00 committed by Copybara-Service
parent be3bddc620
commit 591eb204a6

View File

@ -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<OutputStreamPoller> StatusOrPoller;
// The class representing a DAG of calculator nodes.