Internal change
PiperOrigin-RevId: 514421618
This commit is contained in:
committed by
Copybara-Service
parent
96b2958f18
commit
6c68d4c358
@@ -16,14 +16,8 @@
|
||||
#ifndef MEDIAPIPE_GPU_GRAPH_SUPPORT_H_
|
||||
#define MEDIAPIPE_GPU_GRAPH_SUPPORT_H_
|
||||
|
||||
#include "mediapipe/framework/graph_service.h"
|
||||
|
||||
namespace mediapipe {
|
||||
|
||||
// Forward declaration to avoid depending on GpuResources here.
|
||||
class GpuResources;
|
||||
extern const GraphService<GpuResources> kGpuService;
|
||||
|
||||
static constexpr char kGpuSharedTagName[] = "GPU_SHARED";
|
||||
static constexpr char kGpuSharedSidePacketName[] = "gpu_shared";
|
||||
static constexpr char kGpuExecutorName[] = "__gpu";
|
||||
|
||||
Reference in New Issue
Block a user