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§

ComputationTape
Computational tape for recording operations
StreamingTape
Memory-efficient tape that can handle very large computations
TapeBuilder
Tape builder for more convenient tape construction
TapeStats
Statistics about a computation tape
Variable
A variable in the computational tape

Enums§

TapeNode
A node in the computational tape representing an operation