Skip to content

Commit

Permalink
Merge pull request #46747 from 8bitmp3:patch-1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 356526123
Change-Id: Ie4e5815ba6291dc7505bf08629f355085c50f3e4
  • Loading branch information
tensorflower-gardener committed Feb 9, 2021
2 parents bdf4968 + 38784a8 commit 9829af6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tensorflow/python/distribute/tpu_strategy.py
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,10 @@ def __init__(self,
"""Synchronous training in TPU donuts or Pods.
Args:
tpu_cluster_resolver: A tf.distribute.cluster_resolver.TPUClusterResolver,
which provides information about the TPU cluster. If None, it will
assume running on a local TPU worker.
tpu_cluster_resolver: A
`tf.distribute.cluster_resolver.TPUClusterResolver` instance, which
provides information about the TPU cluster. If None, it will assume
running on a local TPU worker.
experimental_device_assignment: Optional
`tf.tpu.experimental.DeviceAssignment` to specify the placement of
replicas on the TPU cluster.
Expand Down

0 comments on commit 9829af6

Please sign in to comment.