Uses of Class
org.apache.sysds.runtime.instructions.fed.UnaryFEDInstruction
-
Packages that use UnaryFEDInstruction Package Description org.apache.sysds.runtime.instructions.fed -
-
Uses of UnaryFEDInstruction in org.apache.sysds.runtime.instructions.fed
Subclasses of UnaryFEDInstruction in org.apache.sysds.runtime.instructions.fed Modifier and Type Class Description classAggregateUnaryFEDInstructionclassCastFEDInstructionclassCentralMomentFEDInstructionclassIndexingFEDInstructionclassMMChainFEDInstructionclassQuantileSortFEDInstructionclassReblockFEDInstructionclassReorgFEDInstructionclassReshapeFEDInstructionclassUnaryMatrixFEDInstructionMethods in org.apache.sysds.runtime.instructions.fed that return UnaryFEDInstruction Modifier and Type Method Description static UnaryFEDInstructionUnaryFEDInstruction. parseInstruction(UnaryCPInstruction inst, ExecutionContext ec)static UnaryFEDInstructionUnaryFEDInstruction. parseInstruction(UnarySPInstruction inst, ExecutionContext ec)
-