Class mediapipe::PacketGeneratorGraph
ClassList > mediapipe > PacketGeneratorGraph
Public Functions
Type | Name |
---|---|
virtual const std::map< std::string, Packet > & | BasePackets () const |
virtual absl::Status | Initialize (const ValidatedGraphConfig * validated_graph, mediapipe::Executor * executor, const std::map< std::string, Packet > & input_side_packets) |
virtual const std::vector< int > & | NonBaseGenerators () const |
PacketGeneratorGraph () = default |
|
PacketGeneratorGraph (const PacketGeneratorGraph &) = delete |
|
virtual absl::Status | RunGraphSetup (const std::map< std::string, Packet > & input_side_packets, std::map< std::string, Packet > * output_side_packets, std::vector< int > * non_scheduled_generators=nullptr) const |
PacketGeneratorGraph & | operator= (const PacketGeneratorGraph &) = delete |
virtual | ~PacketGeneratorGraph () |
Public Functions Documentation
function BasePackets
inline virtual const std::map< std::string, Packet > & mediapipe::PacketGeneratorGraph::BasePackets () const
function Initialize
virtual absl::Status mediapipe::PacketGeneratorGraph::Initialize (
const ValidatedGraphConfig * validated_graph,
mediapipe::Executor * executor,
const std::map< std::string, Packet > & input_side_packets
)
function NonBaseGenerators
inline virtual const std::vector< int > & mediapipe::PacketGeneratorGraph::NonBaseGenerators () const
function PacketGeneratorGraph [1/2]
mediapipe::PacketGeneratorGraph::PacketGeneratorGraph () = default
function PacketGeneratorGraph [2/2]
mediapipe::PacketGeneratorGraph::PacketGeneratorGraph (
const PacketGeneratorGraph &
) = delete
function RunGraphSetup
virtual absl::Status mediapipe::PacketGeneratorGraph::RunGraphSetup (
const std::map< std::string, Packet > & input_side_packets,
std::map< std::string, Packet > * output_side_packets,
std::vector< int > * non_scheduled_generators=nullptr
) const
function operator=
PacketGeneratorGraph & mediapipe::PacketGeneratorGraph::operator= (
const PacketGeneratorGraph &
) = delete
function ~PacketGeneratorGraph
virtual mediapipe::PacketGeneratorGraph::~PacketGeneratorGraph ()
The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR-plugins/hand_tracking/mediapipe/framework/packet_generator_graph.h