Searched defs:GetGuard (Results 1 – 2 of 2) sorted by relevance
88 OptGuardPtr OptCode::GetGuard() { return guard_; } in GetGuard() function in mindspore::pijit::OptCode
160 const std::shared_ptr<OptCode> &GetGuard() const { return guard_; } in GetGuard() function