DfParentOp#
- class hugr.ops.DfParentOp(*args, **kwargs)[source]#
-
Abstract parent of dataflow graph operations. Can be queried for the dataflow signature of its child graph.
Methods
Inner signature of the child dataflow graph.
Name of the operation.
Get the kind of the given port.
Attributes
The number of output ports for this operation.
- inner_signature() FunctionType [source]#
Inner signature of the child dataflow graph.