Home
last modified time | relevance | path

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/
Dbyte_code_parser.cc46 ByteCodeParser::ByteCodeParser(const py::object &func) : ByteCodeParser(GetFunctionObject(func)) {} in ByteCodeParser() function in mindspore::pijit::ByteCodeParser
48 ByteCodeParser::ByteCodeParser(const PyFunctionObject &func) in ByteCodeParser() function in mindspore::pijit::ByteCodeParser