aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/data/ops/dataset_ops.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/python/data/ops/dataset_ops.py')
-rw-r--r--tensorflow/python/data/ops/dataset_ops.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/python/data/ops/dataset_ops.py b/tensorflow/python/data/ops/dataset_ops.py
index 0e60ccb536..7cb6627615 100644
--- a/tensorflow/python/data/ops/dataset_ops.py
+++ b/tensorflow/python/data/ops/dataset_ops.py
@@ -218,7 +218,7 @@ class Dataset(object):
@{tf.constant} operations. For large datasets (> 1 GB), this can waste
memory and run into byte limits of graph serialization. If tensors contains
one or more large NumPy arrays, consider the alternative described in
- @{$programmers_guide/datasets#consuming_numpy_arrays$this guide}.
+ @{$guide/datasets#consuming_numpy_arrays$this guide}.
Args:
tensors: A nested structure of tensors.
@@ -237,7 +237,7 @@ class Dataset(object):
@{tf.constant} operations. For large datasets (> 1 GB), this can waste
memory and run into byte limits of graph serialization. If tensors contains
one or more large NumPy arrays, consider the alternative described in
- @{$programmers_guide/datasets#consuming_numpy_arrays$this guide}.
+ @{$guide/datasets#consuming_numpy_arrays$this guide}.
Args:
tensors: A nested structure of tensors, each having the same size in the