Skip to main content

Module step_executor

Module step_executor 

Source
Expand description

Step-through executor wrapper that logs intermediate tensor statistics.

StepExecutor<E> wraps any TlExecutor and records IntermediateValue statistics for each operation, optionally guarded by BreakpointConditions.

Structs§

IntermediateValue
Statistics snapshot of a tensor value at a specific execution step.
StepExecutor
Wraps any TlExecutor and logs IntermediateValue snapshots at each operation.

Enums§

BreakpointCondition
Conditions that decide whether an intermediate value is recorded.