From 43947b9efcc9fc4a3f525d51e80e164e7e3c0221 Mon Sep 17 00:00:00 2001 From: Shivani Agrawal Date: Sat, 9 Feb 2019 19:56:38 -0800 Subject: [PATCH] [tf.data] correction in document. PiperOrigin-RevId: 233249008 --- tensorflow/python/data/ops/dataset_ops.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tensorflow/python/data/ops/dataset_ops.py b/tensorflow/python/data/ops/dataset_ops.py index 32a9c755e43..ab7a362c778 100644 --- a/tensorflow/python/data/ops/dataset_ops.py +++ b/tensorflow/python/data/ops/dataset_ops.py @@ -2147,8 +2147,8 @@ class StructuredFunctionWrapper(object): default graph. use_legacy_function: (Optional.) A boolean that determines whether the function be created using `tensorflow.python.eager.function.defun` - (default behavior) or `tensorflow.python.eager.function.Defun` (legacy - beheavior). + (default behavior) or `tensorflow.python.framework.function.Defun` + (legacy beheavior). defun_kwargs: (Optional.) A dictionary mapping string argument names to values. If supplied, will be passed to `function` as keyword arguments.