For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /get-started.md).
Mojo module
pipeline_dsl
Pipeline DSL: ScheduleEntry, EntryBuilder, Pipe, pipe, annotate_pipe.
Structs
-
EntryBuilder: Appends ScheduleEntry values into a fixed-size array. -
Pipe: A compile-time sequence of N pipeline operations. -
ScheduleEntry: An operation placed at a specific position in the schedule.
Functions
-
annotate_pipe: Apply a target cost model to a Pipe of logical ops. -
pipe: Create a single-element pipe. Use as the start of a >> chain.