Package | Description |
---|---|
org.apache.sysds.runtime.util |
Modifier and Type | Method and Description |
---|---|
static long[] |
UtilFunctions.computeNextTensorIndexes(TensorCharacteristics tc,
long[] ix)
Computes the next tensor indexes array.
|
static void |
UtilFunctions.computeSliceInfo(TensorCharacteristics tc,
long[] blockIx,
int[] outDims,
int[] offset)
Computes the slice dimensions and offsets for the block slice of another tensor with the size given by
TensorCharacteristics . |
static long[] |
UtilFunctions.computeTensorIndexes(TensorCharacteristics tc,
long blockIndex)
Computes the tensor indexes array given a blockIndex we ant to compute.
|
Copyright © 2020 The Apache Software Foundation. All rights reserved.