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:
EinsumCPInstruction,EvalNaryCPInstruction,MatrixBuiltinNaryCPInstruction,ScalarBuiltinNaryCPInstruction
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.CPInstruction
CPInstruction.CPTypeNested classes/interfaces inherited from class org.apache.sysds.runtime.instructions.Instruction
Instruction.IType -
Field Summary
Fields inherited from class org.apache.sysds.runtime.instructions.Instruction
DATATYPE_PREFIX, FEDERATED_INST_PREFIX, GPU_INST_PREFIX, INSTRUCTION_DELIM, LITERAL_PREFIX, OOC_INST_PREFIX, OPERAND_DELIM, SP_INST_PREFIX, VALUETYPE_PREFIX -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.sysds.runtime.instructions.cp.CPInstruction
getCPInstructionType, getGraphString, getType, postprocessInstruction, preprocessInstruction, processInstruction, requiresLabelUpdate, updateLabelsMethods inherited from class org.apache.sysds.runtime.instructions.Instruction
getBeginColumn, getBeginLine, getEndColumn, getEndLine, getExtendedOpcode, getFilename, getInstID, getInstructionString, getLineNum, getOpcode, getOperator, printMe, setInstID, setLocation, setLocation, setLocation, setLocation, toString, updateInstructionThreadID
-
Constructor Details
-
BuiltinNaryCPInstruction
-
-
Method Details
-
getInputs
-
getOutput
-
parseInstruction
-