Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_guard/
Dcache.cc88 OptGuardPtr OptCode::GetGuard() { return guard_; } in GetGuard() function in mindspore::pijit::OptCode
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_capture/
Dgraph.h160 const std::shared_ptr<OptCode> &GetGuard() const { return guard_; } in GetGuard() function