Searched defs:ByteCodeParser (Results 1 – 1 of 1) sorted by relevance
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_compiler/parser/ | ||
| D | byte_code_parser.cc | 46 ByteCodeParser::ByteCodeParser(const py::object &func) : ByteCodeParser(GetFunctionObject(func)) {} in ByteCodeParser() function in mindspore::pijit::ByteCodeParser |