public class ExternalFunctionInvocationInstruction extends Instruction
Instruction.IType| Modifier and Type | Field and Description |
|---|---|
protected String |
baseDir |
protected PackageFunction |
fun |
protected InputInfo |
iinfo |
protected org.apache.sysml.runtime.instructions.cp.CPOperand[] |
inputs |
protected org.apache.sysml.runtime.instructions.cp.CPOperand[] |
outputs |
beginCol, beginLine, DATATYPE_PREFIX, endCol, endLine, filename, GPU_INST_PREFIX, instOpcode, INSTRUCTION_DELIM, instString, LITERAL_PREFIX, LOG, OPERAND_DELIM, SP_INST_PREFIX, type, VALUETYPE_PREFIX| Constructor and Description |
|---|
ExternalFunctionInvocationInstruction(org.apache.sysml.runtime.instructions.cp.CPOperand[] inputs,
org.apache.sysml.runtime.instructions.cp.CPOperand[] outputs,
PackageFunction fun,
String baseDir,
InputInfo format) |
| Modifier and Type | Method and Description |
|---|---|
void |
processInstruction(org.apache.sysml.runtime.controlprogram.context.ExecutionContext ec)
This method should be used to execute the instruction.
|
getBeginColumn, getBeginLine, getEndColumn, getEndLine, getExtendedOpcode, getFilename, getGraphString, getInstID, getLineNum, getOpcode, getType, postprocessInstruction, preprocessInstruction, printMe, requiresLabelUpdate, setInstID, setLocation, setLocation, setLocation, setLocation, setType, toString, updateInstructionThreadIDprotected final org.apache.sysml.runtime.instructions.cp.CPOperand[] inputs
protected final org.apache.sysml.runtime.instructions.cp.CPOperand[] outputs
protected final PackageFunction fun
protected final String baseDir
protected final InputInfo iinfo
public ExternalFunctionInvocationInstruction(org.apache.sysml.runtime.instructions.cp.CPOperand[] inputs,
org.apache.sysml.runtime.instructions.cp.CPOperand[] outputs,
PackageFunction fun,
String baseDir,
InputInfo format)
public void processInstruction(org.apache.sysml.runtime.controlprogram.context.ExecutionContext ec)
throws DMLRuntimeException
InstructionprocessInstruction in class Instructionec - execution contextDMLRuntimeException - if DMLRuntimeException occursCopyright © 2017 The Apache Software Foundation. All rights reserved.