Home
last modified time | relevance | path

Searched refs:this_func (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/core/abstract/
Dabstract_function.cc34 auto this_func = shared_from_base<AbstractFuncAtom>(); in Join() local
36 if (*this_func == *other) { in Join()
37 return this_func; in Join()
39 return std::make_shared<AbstractFuncUnion>(this_func, other); in Join()
43 if (other_union->IsSuperSet(this_func)) { in Join()
46 return std::make_shared<AbstractFuncUnion>(this_func, other); in Join()
95 auto this_func = shared_from_base<AbstractFunction>(); in Join() local
99 return this_func; in Join()
101 return std::make_shared<AbstractFuncUnion>(this_func, other); in Join()
105 if (other_union->IsSuperSet(this_func)) { in Join()
[all …]
/third_party/python/Lib/
Dtrace.py515 this_func = self.file_module_function_of(frame)
517 self._callers[(parent_func, this_func)] = 1
525 this_func = self.file_module_function_of(frame)
526 self._calledfuncs[this_func] = 1