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, 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 |
---|---|
Instruction.IType |
getType() |
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, postprocessInstruction, preprocessInstruction, printMe, requiresLabelUpdate, setInstID, setLocation, setLocation, setLocation, setLocation, toString, updateInstructionThreadID
protected 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 Instruction.IType getType()
getType
in class Instruction
public void processInstruction(org.apache.sysml.runtime.controlprogram.context.ExecutionContext ec)
Instruction
processInstruction
in class Instruction
ec
- execution contextCopyright © 2018 The Apache Software Foundation. All rights reserved.