SimpleExecutionTape
A simple ExecutionTape that records operations and can convert to a very simple linear graph. This is intentionally minimal to enable the RecorderExecution workflow; robust wiring is tracked in auto-graph-tasks.md and can replace this later.
Properties
Functions
Link copied to clipboard
Create a copy of this tape
Link copied to clipboard
Optimize the recorded operations (e.g., operation fusion, dead code elimination)
Link copied to clipboard
Prune unnecessary operations from the tape
Link copied to clipboard
Start recording operations on this tape
Link copied to clipboard
Stop recording operations on this tape