Uses of Interface
org.tensorflow.ndarray.impl.dimension.Dimension
-
Packages that use Dimension Package Description org.tensorflow.ndarray.impl.dimension org.tensorflow.ndarray.index -
-
Uses of Dimension in org.tensorflow.ndarray.impl.dimension
Methods in org.tensorflow.ndarray.impl.dimension that return Dimension Modifier and Type Method Description DimensionDimensionalSpace. get(int i)default DimensionDimension. withIndex(Index index) -
Uses of Dimension in org.tensorflow.ndarray.index
Methods in org.tensorflow.ndarray.index that return Dimension Modifier and Type Method Description default DimensionIndex. apply(Dimension dim)Applies this index to the given dimension.Methods in org.tensorflow.ndarray.index with parameters of type Dimension Modifier and Type Method Description default DimensionIndex. apply(Dimension dim)Applies this index to the given dimension.longIndex. mapCoordinate(long coordinate, Dimension dim)Transforms an element coordinate to a new coordinate by applying this index to the given dimension.longIndex. numElements(Dimension dim)Returns the number of elements that can be retrieved using this index on the given dimension.
-