Expand description
Computational tape for reverse-mode automatic differentiation
This module implements the tape structure used to record computational operations for later backpropagation in reverse-mode AD.
Structs§
- Computation
Tape - Computational tape for recording operations
- Streaming
Tape - Memory-efficient tape that can handle very large computations
- Tape
Builder - Tape builder for more convenient tape construction
- Tape
Stats - Statistics about a computation tape
- Variable
- A variable in the computational tape
Enums§
- Tape
Node - A node in the computational tape representing an operation