Searched refs:skip_if_error (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/distribute/ |
D | multi_worker_continuous_run_test.py | 99 with test_util.skip_if_error(self, errors_impl.UnavailableError): 132 with test_util.skip_if_error(self, errors_impl.UnavailableError):
|
/external/tensorflow/tensorflow/python/framework/ |
D | test_util_test.py | 847 with test_util.skip_if_error(self, ValueError, 852 with test_util.skip_if_error(self, ValueError, "test message"): 867 with test_util.skip_if_error(self, ValueError, "test message"): 872 with test_util.skip_if_error(self, ValueError, 878 with test_util.skip_if_error(self, ValueError): 883 with test_util.skip_if_error(self, ValueError): 889 with test_util.skip_if_error(self, ValueError, "test message"): 897 with test_util.skip_if_error(self, ValueError, "test message"):
|
D | test_util.py | 467 def skip_if_error(test_obj, error_type, messages=None): function
|