Fix documentation for tf.distribute.RunOptions.

PiperOrigin-RevId: 296531864
Change-Id: I6310a939ac43ffabb356196a14df58f887adae3b
This commit is contained in:
Bruce Fontaine 2020-02-21 16:10:24 -08:00 committed by TensorFlower Gardener
parent e318ac94b9
commit f175cee3b6

View File

@ -424,7 +424,7 @@ class RunOptions(
Attributes:
experimental_enable_dynamic_batch_size: Boolean. Only applies to
TPUStrategy. Default to False. If True, TPUStrategy will enable dynamic
TPUStrategy. Default to True. If True, TPUStrategy will enable dynamic
padder to support dynamic batch size for the inputs. Otherwise only static
shape inputs are allowed.
experimental_bucketizing_dynamic_shape: Boolean. Only applies to