Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/distribute/
Dcombinations.py206 TPU_TEST = "test_tpu" in sys.argv[0] variable in TPUCombination
232 if not number_of_required_tpus and TPUCombination.TPU_TEST:
234 if number_of_required_tpus and not TPUCombination.TPU_TEST: