Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dtrace.py577 this_func = self.file_module_function_of(frame)
579 self._callers[(parent_func, this_func)] = 1
587 this_func = self.file_module_function_of(frame)
588 self._calledfuncs[this_func] = 1
/external/python/cpython3/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
/external/tensorflow/tensorflow/core/kernels/data/
Dhash_utils.cc498 Status CheckFunctionsEqual(const NameAttrList& this_func, GraphHasher* that, in CheckFunctionsEqual() argument
500 return CheckFunctionsEqual(this_func.name(), this_func.attr(), that, in CheckFunctionsEqual()