Class InstructionParser
- java.lang.Object
 - 
- org.apache.sysds.runtime.instructions.InstructionParser
 
 
- 
- Direct Known Subclasses:
 CPInstructionParser,FEDInstructionParser,GPUInstructionParser,SPInstructionParser
public class InstructionParser extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description InstructionParser() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Instruction[]parseMixedInstructions(String str)static InstructionparseSingleInstruction(String str) 
 - 
 
- 
- 
Method Detail
- 
parseSingleInstruction
public static Instruction parseSingleInstruction(String str)
 
- 
parseMixedInstructions
public static Instruction[] parseMixedInstructions(String str)
 
 - 
 
 -