Struct InterfacePort::Mapping
Defined in File subgraph.hpp
This struct is a nested type of Struct InterfacePort.
-
struct Mapping
A single mapping from external interface port to internal operator port.
Public Members
-
std::shared_ptr<Operator> internal_operator
Internal operator that owns the port.
-
std::string internal_port_name
Port name on the internal operator.
-
std::shared_ptr<Operator> internal_operator