| Package | Description |
|---|---|
| org.tensorflow.ndarray.impl.dimension | |
| org.tensorflow.ndarray.index |
| Modifier and Type | Method and Description |
|---|---|
Dimension |
DimensionalSpace.get(int i) |
default Dimension |
Dimension.withIndex(Index index) |
| Modifier and Type | Method and Description |
|---|---|
default Dimension |
Index.apply(Dimension dim)
Applies this index to the given dimension.
|
| Modifier and Type | Method and Description |
|---|---|
default Dimension |
Index.apply(Dimension dim)
Applies this index to the given dimension.
|
long |
Index.mapCoordinate(long coordinate,
Dimension dim)
Transforms an element coordinate to a new coordinate by applying this index to the
given dimension.
|
long |
Index.numElements(Dimension dim)
Returns the number of elements that can be retrieved using this index on the
given dimension.
|
Copyright © 2015–2020. All rights reserved.