Module hydro_lang::ir

source ·

Structs§

Enums§

  • An leaf in a Hydro graph, which is an pipeline that doesn’t emit any downstream values. Traversals over the dataflow graph and generating Hydroflow IR start from leaves.
  • An intermediate node in a Hydro graph, which consumes data from upstream nodes and emits data to downstream nodes.
  • A source in a Hydro graph, where data enters the graph.

Functions§

Type Aliases§