Uses of Class
org.apache.sysds.runtime.data.IndexedTensorBlock
Packages that use IndexedTensorBlock
-
Uses of IndexedTensorBlock in org.apache.sysds.runtime.data
Methods in org.apache.sysds.runtime.data that return types with arguments of type IndexedTensorBlockModifier and TypeMethodDescriptionstatic List<IndexedTensorBlock>LibTensorReorg.reshape(IndexedTensorBlock in, DataCharacteristics mcIn, DataCharacteristics mcOut, boolean rowwise, boolean outputEmptyBlocks) MR/SPARK reshape interface - for reshape we cannot view blocks independently, and hence, there are different CP and MR interfaces.Methods in org.apache.sysds.runtime.data with parameters of type IndexedTensorBlockModifier and TypeMethodDescriptionstatic List<IndexedTensorBlock>LibTensorReorg.reshape(IndexedTensorBlock in, DataCharacteristics mcIn, DataCharacteristics mcOut, boolean rowwise, boolean outputEmptyBlocks) MR/SPARK reshape interface - for reshape we cannot view blocks independently, and hence, there are different CP and MR interfaces.Constructors in org.apache.sysds.runtime.data with parameters of type IndexedTensorBlock -
Uses of IndexedTensorBlock in org.apache.sysds.runtime.instructions.spark.utils
Methods in org.apache.sysds.runtime.instructions.spark.utils that return IndexedTensorBlockModifier and TypeMethodDescriptionstatic IndexedTensorBlockSparkUtils.toIndexedTensorBlock(TensorIndexes ix, TensorBlock mb) static IndexedTensorBlockSparkUtils.toIndexedTensorBlock(scala.Tuple2<TensorIndexes, TensorBlock> in)