Package

org.deeplearning4j.scalnet.layers

reshaping

Permalink

package reshaping

Visibility
  1. Public
  2. All

Type Members

  1. class Flatten3D extends Preprocessor

    Permalink

    Flattens structured image-like inputs into vector.

    Flattens structured image-like inputs into vector. Input should have three dimensions: height (number of rows), width (number of columns), and number of channels.

  2. class Reshape extends Preprocessor

    Permalink

    Generic reshaping layer.

  3. class Unflatten3D extends Preprocessor

    Permalink

    Unflattens vector into structured image-like output.

    Unflattens vector into structured image-like output. Input must be a vector while output should have three dimensions: height (number of rows), width (number of columns), and number of channels.

Value Members

  1. object Flatten3D

    Permalink
  2. object Reshape

    Permalink
  3. object Unflatten3D

    Permalink

Ungrouped