Searched refs:_call_location (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/python/util/ |
D | deprecation.py | 108 def _call_location(outer=False): function 216 __module__ = _call_location(outer=True) 236 _call_location(), deprecated_name, name) 255 _call_location(), deprecated_name, name) 353 _call_location(), decorator_utils.get_qualified_name(func), 557 _call_location(), decorator_utils.get_qualified_name(func), 626 _call_location(), decorator_utils.get_qualified_name(func),
|
D | module_wrapper.py | 38 def _call_location(): function 146 call_location = _call_location() 151 _call_location(), full_name, rename)
|