Packages

p

com.thoughtworks

deeplearning

package deeplearning

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. 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

  1. object CumulativeLayer

Ungrouped