#ifndef MEDIAPIPE_FRAMEWORK_GRAPH_SERVICE_MANAGER_H_ #define MEDIAPIPE_FRAMEWORK_GRAPH_SERVICE_MANAGER_H_ #include <algorithm> #include <map> #include <memory> #include <string> #include <utility> #include "absl/base/thread_annotations.h" #include "absl/status/status.h" #include "absl/synchronization/mutex.h" #include "mediapipe/framework/graph_service.h" #include "mediapipe/framework/packet.h" namespace mediapipe { class GraphServiceManager { … }; } // namespace mediapipe #endif // MEDIAPIPE_FRAMEWORK_GRAPH_SERVICE_MANAGER_H_