Class ReorgOperator
- java.lang.Object
-
- org.apache.sysds.runtime.matrix.operators.Operator
-
- org.apache.sysds.runtime.matrix.operators.MultiThreadedOperator
-
- org.apache.sysds.runtime.matrix.operators.ReorgOperator
-
- All Implemented Interfaces:
Serializable
public class ReorgOperator extends MultiThreadedOperator
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description IndexFunction
fn
-
Fields inherited from class org.apache.sysds.runtime.matrix.operators.Operator
sparseSafe
-
-
Constructor Summary
Constructors Constructor Description ReorgOperator(IndexFunction p)
ReorgOperator(IndexFunction p, int numThreads)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ReorgOperator
setFn(IndexFunction fn)
-
Methods inherited from class org.apache.sysds.runtime.matrix.operators.MultiThreadedOperator
getNumThreads, setNumThreads
-
-
-
-
Field Detail
-
fn
public final IndexFunction fn
-
-
Constructor Detail
-
ReorgOperator
public ReorgOperator(IndexFunction p)
-
ReorgOperator
public ReorgOperator(IndexFunction p, int numThreads)
-
-
Method Detail
-
setFn
public ReorgOperator setFn(IndexFunction fn)
-
-