ExecutionTape
Interface for recording operations during execution for deferred/graph-based execution. The tape captures operations as they are performed, allowing for later replay or optimization.
Inheritors
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