File calculator_node.cc
FileList > framework > calculator_node.cc
Go to the source code of this file
#include "mediapipe/framework/calculator_node.h"#include <set>#include <string>#include <unordered_map>#include <utility>#include "absl/log/absl_check.h"#include "absl/log/absl_log.h"#include "absl/memory/memory.h"#include "absl/status/status.h"#include "absl/strings/str_cat.h"#include "absl/strings/str_join.h"#include "absl/strings/string_view.h"#include "absl/strings/substitute.h"#include "absl/synchronization/mutex.h"#include "mediapipe/framework/calculator.pb.h"#include "mediapipe/framework/calculator_base.h"#include "mediapipe/framework/counter_factory.h"#include "mediapipe/framework/input_stream_manager.h"#include "mediapipe/framework/mediapipe_profiling.h"#include "mediapipe/framework/output_stream_manager.h"#include "mediapipe/framework/packet.h"#include "mediapipe/framework/packet_set.h"#include "mediapipe/framework/packet_type.h"#include "mediapipe/framework/port.h"#include "mediapipe/framework/port/logging.h"#include "mediapipe/framework/port/proto_ns.h"#include "mediapipe/framework/port/ret_check.h"#include "mediapipe/framework/port/source_location.h"#include "mediapipe/framework/port/status_builder.h"#include "mediapipe/framework/timestamp.h"#include "mediapipe/framework/tool/name_util.h"#include "mediapipe/framework/tool/status_util.h"#include "mediapipe/framework/tool/tag_map.h"#include "mediapipe/framework/tool/validate_name.h"
Namespaces
| Type | Name |
|---|---|
| namespace | mediapipe |
| namespace | anonymous_namespace{calculator_node.cc} |
The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR-plugins/hand_tracking/mediapipe/framework/calculator_node.cc