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 intCOMPRESSED_RESHAPE_THRESHOLDThe minimum number of rows threshold for returning a compressed output
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MatrixBlockreshape(CompressedMatrixBlock in, int rows, int cols, boolean rowwise)static MatrixBlockreshape(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)
-
-