Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/
Dcontext.py58 _device_parsing_cache = {} variable
1775 new_device_name, new_device_spec = _device_parsing_cache[cache_key]
1797 _device_parsing_cache[cache_key] = (new_device_name, new_device_spec)
1841 global _device_parsing_cache
1847 _device_parsing_cache = {}