Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_capture/
Dgraph.h131 auto &GetCFG() { return cfg_; } in GetCFG() function
132 const auto &GetCFG() const { return cfg_; } in GetCFG() function
Dcode_generator.cc1127 const CFG *CodeBreakGenerator::GetCFG() const { return cfg_; } in GetCFG() function in mindspore::pijit::CodeBreakGenerator