Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/tpu/
Dtpu_strategy_util.py37 _LOCAL_MASTERS = ("", "local") variable
81 if tpu_name not in _LOCAL_MASTERS:
183 if tpu_name not in _LOCAL_MASTERS:
Dtpu_system_metadata.py41 _LOCAL_MASTERS = ('', 'local') variable
215 if master in _LOCAL_MASTERS:
/external/tensorflow/tensorflow/python/eager/
Dremote.py38 _LOCAL_MASTERS = ("", "local") variable
145 if cluster_spec_or_resolver.master() in _LOCAL_MASTERS: