Shaped

interfaz pública
Subclases indirectas conocidas

Any data container with a given Shape .

Métodos públicos

abstract int
rank ()
abstract Shape
forma ()
abstract long
tamaño ()
Computes and returns the total size of this container, in number of values.

Métodos públicos

public abstract int rank ()

Devoluciones
  • the rank of this container

public abstract Shape shape ()

Devoluciones
  • the shape of this container

public abstract long size ()

Computes and returns the total size of this container, in number of values.

For example, given a 3x3x2 matrix, the return value will be 18.

Devoluciones
  • number of values in this element