Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/distribute/
Dcombinations.py160 GPU_TEST = re.search(r"(test_gpu|test_xla_gpu)$", sys.argv[0]) variable in GPUCombination
175 if not number_of_required_gpus and GPUCombination.GPU_TEST:
Dmirrored_strategy_test.py65 GPU_TEST = "test_gpu" in sys.argv[0] variable