Internal change

PiperOrigin-RevId: 506059384
This commit is contained in:
MediaPipe Team 2023-01-31 11:18:30 -08:00 committed by Copybara-Service
parent 5730dec260
commit b53acf6267

View File

@ -53,10 +53,14 @@
#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.