Shaped

อินเตอร์เฟซสาธารณะ ที่มีรูปทรง
คลาสย่อยทางอ้อมที่รู้จัก

Any data container with a given Shape .

วิธีการสาธารณะ

abstract int
abstract Shape
abstract long
ขนาด ()
Computes and returns the total size of this container, in number of values.

วิธีการสาธารณะ

public abstract int rank ()

การส่งคืน
  • the rank of this container

public abstract Shape shape ()

การส่งคืน
  • 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.

การส่งคืน
  • number of values in this element