Expand description
Dataflow operations.
Structs§
- Call
- Call a function directly.
- Call
Indirect - Call a function indirectly. Like call, but the function input is a value (runtime, not static) dataflow edge, and thus does not need any type-args.
- DFG
- A simply nested dataflow graph.
- Input
- An input node. The outputs of this node are the inputs to the function.
- Load
Constant - Load a static constant in to the local dataflow graph.
- Load
Function - Load a static function in to the local dataflow graph.
- Output
- An output node. The inputs are the outputs of the function.
Traits§
- Dataflow
OpTrait - Trait implemented by all dataflow operations.
- Dataflow
Parent - An operation that is the parent of a dataflow graph.
- IOTrait
- Helpers to construct input and output nodes