Searched refs:_call_location (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/python/util/ |
D | deprecation.py | 101 def _call_location(outer=False): function 196 __module__ = _call_location(outer=True) 216 _call_location(), deprecated_name, name) 235 _call_location(), deprecated_name, name) 333 _call_location(), decorator_utils.get_qualified_name(func), 531 _call_location(), decorator_utils.get_qualified_name(func), 599 _call_location(), decorator_utils.get_qualified_name(func),
|
D | module_wrapper.py | 40 def _call_location(): function 134 call_location = _call_location() 139 _call_location(), full_name, rename)
|