Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/distribute/python/
Dcombinations.py73 TPU_TEST = "test_tpu" in sys.argv[0] variable
168 if required_tpu and not TPU_TEST:
170 if not required_tpu and TPU_TEST: