Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/distribute/
Dmirrored_run.py63 if strategy not in _cfer_fn_cache:
64 _cfer_fn_cache[strategy] = weakref.WeakKeyDictionary()
65 wrapped = _cfer_fn_cache[strategy].get(fn)
74 _cfer_fn_cache[strategy][fn] = wrapped
97 _cfer_fn_cache = weakref.WeakKeyDictionary() variable
Dcollective_all_reduce_strategy.py329 self._cfer_fn_cache = weakref.WeakKeyDictionary()