Packages

package onnx

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class Reshape[T] extends AbstractModule[Activity, Tensor[T], T]

    Reshape the input tensor similar to numpy.reshape.

    Reshape the input tensor similar to numpy.reshape. First input is the data tensor, second input is a shape tensor which specifies the output shape. It outputs the reshaped tensor.

    T

    The numeric type in this module parameters.

Value Members

  1. object Gemm extends Serializable
  2. object Reshape extends Serializable
  3. object Shape extends Serializable

Ungrouped