org.apache.sysml.runtime.instructions

Class CPInstructionParser

    • Field Detail

      • String2CPInstructionType

        public static final HashMap<String,org.apache.sysml.runtime.instructions.cp.CPInstruction.CPINSTRUCTION_TYPE> String2CPInstructionType
      • String2CPFileInstructionType

        public static final HashMap<String,org.apache.sysml.runtime.instructions.cp.CPInstruction.CPINSTRUCTION_TYPE> String2CPFileInstructionType
    • Constructor Detail

      • CPInstructionParser

        public CPInstructionParser()
    • Method Detail

      • parseSingleInstruction

        public static org.apache.sysml.runtime.instructions.cp.CPInstruction parseSingleInstruction(org.apache.sysml.runtime.instructions.cp.CPInstruction.CPINSTRUCTION_TYPE cptype,
                                                                                                    String str)
                                                                                             throws DMLRuntimeException
        Throws:
        DMLRuntimeException

Copyright © 2017 The Apache Software Foundation. All rights reserved.