Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/distribute/
Dmulti_worker_continuous_run_test.py99 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/
Dtest_util_test.py847 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"):
Dtest_util.py467 def skip_if_error(test_obj, error_type, messages=None): function