Package deepnetts.tensor
Class Shape
java.lang.Object
deepnetts.tensor.Shape
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ROW_IDX
public static final int ROW_IDX- See Also:
-
COL_IDX
public static final int COL_IDX- See Also:
-
DEPTH_IDX
public static final int DEPTH_IDX- See Also:
-
-
Constructor Details
-
Shape
public Shape(int... dimensions)
-
-
Method Details
-
getDimensions
public int[] getDimensions() -
getDim
public int getDim(int dimIdx) -
numDimensions
public int numDimensions() -
toString
-
hashCode
-
equals
-
of
-
clone
-