Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/distribute/cluster_resolver/
Dtpu_cluster_resolver.py293 should_resolve = self._shouldResolve()
298 if (self._service is None and should_resolve and
308 if (credentials == 'default' and should_resolve and
313 if not project and should_resolve:
316 if not zone and should_resolve:
326 (should_resolve or in_gke)):
Dtpu_cluster_resolver_test.py403 def verifyShouldResolve(self, tpu, should_resolve): argument
411 self.assertEqual(should_resolve, resolver._shouldResolve(),