Internal change

PiperOrigin-RevId: 507495569
This commit is contained in:
MediaPipe Team 2023-02-06 09:02:51 -08:00 committed by Copybara-Service
parent 4d8af4315f
commit 5a77339780

View File

@ -53,14 +53,10 @@
#include "mediapipe/framework/port/status.h" #include "mediapipe/framework/port/status.h"
#include "mediapipe/framework/scheduler.h" #include "mediapipe/framework/scheduler.h"
#include "mediapipe/framework/thread_pool_executor.pb.h" #include "mediapipe/framework/thread_pool_executor.pb.h"
#include "mediapipe/gpu/gpu_service.h"
namespace mediapipe { namespace mediapipe {
#if !MEDIAPIPE_DISABLE_GPU
class GpuResources;
struct GpuSharedData;
#endif // !MEDIAPIPE_DISABLE_GPU
typedef absl::StatusOr<OutputStreamPoller> StatusOrPoller; typedef absl::StatusOr<OutputStreamPoller> StatusOrPoller;
// The class representing a DAG of calculator nodes. // The class representing a DAG of calculator nodes.