Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/distribute/coordinator/
H A Dcluster_coordinator_test.py461 class TestCaseWithErrorReportingThread(test.TestCase): class
467 super(TestCaseWithErrorReportingThread, cls).setUpClass()
471 super(TestCaseWithErrorReportingThread, cls).tearDownClass()
476 super(TestCaseWithErrorReportingThread, self).setUp()
479 super(TestCaseWithErrorReportingThread, self).tearDown()
498 class ClusterCoordinatorTest(TestCaseWithErrorReportingThread,
874 class ErrorReportingTest(TestCaseWithErrorReportingThread):