Package

org.deeplearning4j.scalnet.layers

reshaping

Permalink

package reshaping

Visibility
  1. Public
  2. All

Type Members

  1. class Flatten3D extends Node with 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 Node with Preprocessor

    Permalink

    Generic reshaping layer.

  3. class Unflatten3D extends Node with 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.

Ungrouped