Class CLALibReshape
- java.lang.Object
-
- org.apache.sysds.runtime.compress.lib.CLALibReshape
-
public class CLALibReshape extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static int
COMPRESSED_RESHAPE_THRESHOLD
The minimum number of rows threshold for returning a compressed output
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MatrixBlock
reshape(CompressedMatrixBlock in, int rows, int cols, boolean rowwise)
static MatrixBlock
reshape(CompressedMatrixBlock in, int rows, int cols, boolean rowwise, int k)
-
-
-
Method Detail
-
reshape
public static MatrixBlock reshape(CompressedMatrixBlock in, int rows, int cols, boolean rowwise)
-
reshape
public static MatrixBlock reshape(CompressedMatrixBlock in, int rows, int cols, boolean rowwise, int k)
-
-