HomeSort by relevance Sort by last modified time
    Searched refs:mock_server (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/contrib/learn/python/learn/
experiment_test.py 281 def test_train_starts_server(self, mock_server):
315 mock_server.assert_called_with(
321 mock_server.assert_has_calls([test.mock.call().start()])
324 def test_train_server_does_not_start_without_cluster_spec(self, mock_server):
334 self.assertFalse(mock_server.called)
337 def test_train_server_does_not_start_with_empty_master(self, mock_server):
349 self.assertFalse(mock_server.called)
831 def test_run_std_server(self, mock_server):
854 mock_server.assert_has_calls(
858 def test_run_std_server_raises_without_cluster_spec(self, mock_server)
    [all...]
  /external/tensorflow/tensorflow/python/distribute/
distribute_coordinator_test.py     [all...]

Completed in 73 milliseconds