Crate tenferro_internal_ad_core

Crate tenferro_internal_ad_core 

Source
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.
SlotSchema
AD-role metadata for one input or output slot.
Value
Public value handle for reverse-mode AD.

Enums§

AutodiffError
AD-specific error type.
CheckpointHint
Public hint used by crate::LinearizableOp::checkpoint_hint to guide retain-vs-replay policy decisions.

Traits§

LinearizableOp
LinearizedOp

Functions§

new_dyn_value
new_reverse_leaf

Type Aliases§

AdResult
Result alias for AD APIs.
DynValue
Canonical reverse-mode value handle for tenferro’s hard cut to tidu.