Class BuiltinNaryCPInstruction
- java.lang.Object
- 
- org.apache.sysds.runtime.instructions.Instruction
- 
- org.apache.sysds.runtime.instructions.cp.CPInstruction
- 
- org.apache.sysds.runtime.instructions.cp.BuiltinNaryCPInstruction
 
 
 
- 
- Direct Known Subclasses:
- EvalNaryCPInstruction,- MatrixBuiltinNaryCPInstruction,- ScalarBuiltinNaryCPInstruction
 
 public abstract class BuiltinNaryCPInstruction extends CPInstruction Instruction to handle a variable number of input operands. It parses an instruction string to generate an object that is a subclass of BuiltinMultipleCPInstruction. Currently the only subclass of BuiltinMultipleCPInstruction is ScalarBuiltinMultipleCPInstruction. The ScalarBuiltinMultipleCPInstruction class is responsible for printf-style Java-based string formatting.
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.apache.sysds.runtime.instructions.cp.CPInstructionCPInstruction.CPType
 - 
Nested classes/interfaces inherited from class org.apache.sysds.runtime.instructions.InstructionInstruction.IType
 
- 
 - 
Field Summary- 
Fields inherited from class org.apache.sysds.runtime.instructions.InstructionDATATYPE_PREFIX, FEDERATED_INST_PREFIX, GPU_INST_PREFIX, INSTRUCTION_DELIM, LITERAL_PREFIX, OPERAND_DELIM, SP_INST_PREFIX, VALUETYPE_PREFIX
 
- 
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CPOperand[]getInputs()CPOperandgetOutput()static BuiltinNaryCPInstructionparseInstruction(String str)- 
Methods inherited from class org.apache.sysds.runtime.instructions.cp.CPInstructiongetCPInstructionType, getGraphString, getType, postprocessInstruction, preprocessInstruction, processInstruction, requiresLabelUpdate, updateLabels
 - 
Methods inherited from class org.apache.sysds.runtime.instructions.InstructiongetBeginColumn, getBeginLine, getEndColumn, getEndLine, getExtendedOpcode, getFilename, getInstID, getInstructionString, getLineNum, getOpcode, getOperator, getPrivacyConstraint, printMe, setInstID, setLocation, setLocation, setLocation, setLocation, setPrivacyConstraint, setPrivacyConstraint, toString, updateInstructionThreadID
 
- 
 
- 
- 
- 
Method Detail- 
getInputspublic CPOperand[] getInputs() 
 - 
getOutputpublic CPOperand getOutput() 
 - 
parseInstructionpublic static BuiltinNaryCPInstruction parseInstruction(String str) 
 
- 
 
-