Uses of Class
org.apache.sysds.runtime.meta.TensorCharacteristics
Packages that use TensorCharacteristics
-
Uses of TensorCharacteristics in org.apache.sysds.runtime.util
Methods in org.apache.sysds.runtime.util with parameters of type TensorCharacteristicsModifier and TypeMethodDescriptionstatic long[]UtilFunctions.computeNextTensorIndexes(TensorCharacteristics tc, long[] ix) Computes the next tensor indexes array.static voidUtilFunctions.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 byTensorCharacteristics.static long[]UtilFunctions.computeTensorIndexes(TensorCharacteristics tc, long blockIndex) Computes the tensor indexes array given a blockIndex we ant to compute.