private static final class IndexedTensor.EqualSizeMultiDimensionIndexes extends IndexedTensor.MultiDimensionIndexes
Modifier and Type | Field and Description |
---|---|
private int |
lastComputedSourceValueIndex |
indexes
Modifier | Constructor and Description |
---|---|
private |
EqualSizeMultiDimensionIndexes(DimensionSizes sizes,
List<Integer> iterateDimensions,
int[] initialIndexes,
int size) |
Modifier and Type | Method and Description |
---|---|
(package private) int |
toIterationValueIndex() |
(package private) int |
toSourceValueIndex() |
next, size
dimensionSizes, indexesCopy, indexesForReading, of, toList, toString
private EqualSizeMultiDimensionIndexes(DimensionSizes sizes, List<Integer> iterateDimensions, int[] initialIndexes, int size)
int toSourceValueIndex()
toSourceValueIndex
in class IndexedTensor.Indexes
int toIterationValueIndex()
toIterationValueIndex
in class IndexedTensor.Indexes
Copyright © 2017. All rights reserved.