package deeplearning
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
trait
CumulativeLayer
extends Layer
A Layer that minimizes the computation during both forward pass and backward pass.
A Layer that minimizes the computation during both forward pass and backward pass.
For forward pass, the result will be cached.
For backward pass, the Tape is accumulated until flush.
Author:
杨博 (Yang Bo) <[email protected]>
- See also
Layer.Output
Value Members
- object CumulativeLayer