Expand description
Internal implementation crate. Not a stable public API.
§Examples
// This crate is wired through tenferro surface crates and is not intended
// to be consumed directly.Structs§
- NodeId
- Stable identifier of an AD graph node.
- Schema
- Runtime schema for op inputs or outputs.
- Slot
Schema - AD-role metadata for one input or output slot.
- Value
- Public value handle for reverse-mode AD.
Enums§
- Autodiff
Error - AD-specific error type.
- Checkpoint
Hint - Public hint used by
crate::LinearizableOp::checkpoint_hintto guide retain-vs-replay policy decisions.