Internal change
PiperOrigin-RevId: 506059384
This commit is contained in:
parent
5730dec260
commit
b53acf6267
|
@ -53,10 +53,14 @@
|
||||||
#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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user