Class FEDInstructionParser
- java.lang.Object
 - 
- org.apache.sysds.runtime.instructions.InstructionParser
 - 
- org.apache.sysds.runtime.instructions.FEDInstructionParser
 
 
 
- 
public class FEDInstructionParser extends InstructionParser
 
- 
- 
Constructor Summary
Constructors Constructor Description FEDInstructionParser() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static FEDInstructionparseSingleInstruction(String str)static FEDInstructionparseSingleInstruction(InstructionType fedtype, String str)- 
Methods inherited from class org.apache.sysds.runtime.instructions.InstructionParser
parseMixedInstructions 
 - 
 
 - 
 
- 
- 
Method Detail
- 
parseSingleInstruction
public static FEDInstruction parseSingleInstruction(String str)
 
- 
parseSingleInstruction
public static FEDInstruction parseSingleInstruction(InstructionType fedtype, String str)
 
 - 
 
 -