Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/gan/python/
Dtrain_test.py847 def _test_run_helper(self, create_gan_model_fn): member in GANTrainTest
864 self._test_run_helper(create_gan_model)
867 self._test_run_helper(create_callable_gan_model)
870 self._test_run_helper(create_infogan_model)
873 self._test_run_helper(create_callable_infogan_model)
876 self._test_run_helper(create_acgan_model)
879 self._test_run_helper(create_callable_acgan_model)
/external/autotest/scheduler/
Dmonitor_db_unittest.py759 def _test_run_helper(self, expect_agent=True, expect_starting=False, member in JobSchedulingTest
793 queue_task = self._test_run_helper(expect_starting=True)