Structs§
- Grad
Clip Config - Inference
Config - Inference configuration (lowered from @inference).
- IrAssert
- A compile-time or runtime assertion from @assert.
- IrGraph
- IrNode
- A node in the computation graph.
- IrOutput
- An output of a graph, preserving the user-facing name across optimisations.
- IrParam
- A learnable parameter in the graph.
- IrProgram
- The full program IR — lowered from the AST.
- LrSchedule
Config - NodeId
- Unique identifier for a node in the graph.
- Optimizer
Config - Training
Config - Training configuration (lowered from @training).
Enums§
- Attr
Value - An attribute value (for custom ops and node attrs).
- Config
Value - A configuration value.
- Constant
Value - A constant value embedded in the graph.
- DType
- Resolved data type.
- Dim
- A resolved tensor shape — dimensions are either concrete or symbolic.
- Init
Strategy - How to initialize a parameter.
- IrHint
- Execution hints attached to nodes.
- IrType
- The resolved type of a value in the graph.
- OpKind
- An operation in the computation graph.