Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/
H A Dcombinations.py166 GPU_TEST = False variable in GPUCombination
168 GPU_TEST = re.search(r"(test_2?gpu|test_xla_2?gpu)$", sys.argv[0]) variable in GPUCombination
H A Dmirrored_strategy_test.py62 GPU_TEST = "test_gpu" in sys.argv[0] variable