[tf.data] correction in document.

PiperOrigin-RevId: 233249008
This commit is contained in:
Shivani Agrawal 2019-02-09 19:56:38 -08:00 committed by TensorFlower Gardener
parent ead36c50c1
commit 43947b9efc

View File

@ -2147,8 +2147,8 @@ class StructuredFunctionWrapper(object):
default graph. default graph.
use_legacy_function: (Optional.) A boolean that determines whether the use_legacy_function: (Optional.) A boolean that determines whether the
function be created using `tensorflow.python.eager.function.defun` function be created using `tensorflow.python.eager.function.defun`
(default behavior) or `tensorflow.python.eager.function.Defun` (legacy (default behavior) or `tensorflow.python.framework.function.Defun`
beheavior). (legacy beheavior).
defun_kwargs: (Optional.) A dictionary mapping string argument names to defun_kwargs: (Optional.) A dictionary mapping string argument names to
values. If supplied, will be passed to `function` as keyword arguments. values. If supplied, will be passed to `function` as keyword arguments.