Package

com.thoughtworks

deeplearning

Permalink

package deeplearning

Visibility
  1. Public
  2. All

Type Members

  1. trait CumulativeLayer extends Layer

    Permalink

    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) <pop.atry@gmail.com>

    See also

    Layer.Output

Value Members

  1. object CumulativeLayer

    Permalink

Ungrouped