Home
last modified time | relevance | path

Searched defs:PushStack (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_capture/
Dgraph_build.h84 void PushStack(TryBlock tb) { tryBlockStacks_.push_back(tb); } in PushStack() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_compiler/parser/
Dbyte_code_parser.cc334 void ByteCodeParser::PushStack(const ir::NodePtr &node) { in PushStack() function in mindspore::pijit::ByteCodeParser