Searched defs:GetCFG (Results 1 – 2 of 2) sorted by relevance
131 auto &GetCFG() { return cfg_; } in GetCFG() function132 const auto &GetCFG() const { return cfg_; } in GetCFG() function
1127 const CFG *CodeBreakGenerator::GetCFG() const { return cfg_; } in GetCFG() function in mindspore::pijit::CodeBreakGenerator