Home
last modified time | relevance | path

Searched defs:GetScope (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_compiler/pi_ir/
Dvalue.h112 Scope GetScope() const { return scope_; } in GetScope() function
/third_party/mindspore/mindspore-src/source/mindspore/core/abstract/
Dabstract_function.h253 const ScopePtr &GetScope() const { return scope_; } in GetScope() function
/third_party/googletest/googlemock/scripts/generator/cpp/
Dast.py939 def GetScope(self): member in AstBuilder