Searched refs:kDefaultScope (Results 1 – 10 of 10) sorted by relevance
19 const ScopePtr kDefaultScope = std::make_shared<Scope>("Default"); variable22 if (scope != kDefaultScope) { in EnterScope()28 if (scope != kDefaultScope && !scope_stack_.empty()) { in LeaveScope()35 return kDefaultScope; in GetCurrentScope()
27 extern const ScopePtr kDefaultScope;
43 scope_ = kDefaultScope; in Cloner()81 …ScopePtr scope = ((node->scope() == kDefaultScope) && (this->scope() != nullptr)) ? this->scope() … in CloneParameter()93 …ScopePtr scope = ((node->scope() == kDefaultScope) && (this->scope() != nullptr)) ? this->scope() … in CloneCNode()103 …ScopePtr scope = ((node->scope() == kDefaultScope) && (this->scope() != nullptr)) ? this->scope() … in CloneValueNode()115 …ScopePtr scope = ((node->scope() == kDefaultScope) && (this->scope() != nullptr)) ? this->scope() … in CloneValueNode()
668 if (node->scope() == kDefaultScope) { in MoveAllCNodeDropGraph()
45 ScopePtr scope = (anf_node->scope() != kDefaultScope) ? anf_node->scope() : kDefaultScope; in CloneCNode()
92 ScopePtr scope = (orig_node->scope() != kDefaultScope) ? orig_node->scope() : kDefaultScope; in NewRecomputeNode()
98 if (node->scope() != kDefaultScope) { in operator()
900 npu_alloc_cnode->set_scope(kDefaultScope); in CreateNPUGetFloatStatus()923 npu_alloc_cnode->set_scope(kDefaultScope); in CreateNPUClearStatus()946 npu_alloc_cnode->set_scope(kDefaultScope); in CreateNPUAllocStatus()969 assign_add_cnode->set_scope(kDefaultScope); in CreateAssignAdd()1018 assign_cnode->set_scope(kDefaultScope); in CreateAssign()
154 … const AnfNodePtr &tracking_id = nullptr, const ScopePtr &scope = kDefaultScope)
90 ScopePtr scope = kDefaultScope; in Run()192 ScopePtr scope = kDefaultScope; in Run()275 ScopePtr scope = kDefaultScope; in Run()1003 ScopePtr scope = kDefaultScope; in StaticGetter()