Datasets: Reference the programmer's guide in API docs.

PiperOrigin-RevId: 170241348
This commit is contained in:
Asim Shankar 2017-09-27 13:13:35 -07:00 committed by TensorFlower Gardener
parent 24890d550d
commit 545e3572f7
2 changed files with 4 additions and 0 deletions

View File

@ -14,6 +14,8 @@
# ==============================================================================
"""`tf.contrib.data.Dataset` API for input pipelines.
See the @{$datasets$Importing Data} Programmer's Guide for an overview.
@@Dataset
@@Iterator
@@TFRecordDataset

View File

@ -14,6 +14,8 @@
# ==============================================================================
"""`tf.data.Dataset` API for input pipelines.
See the @{$datasets$Importing Data} Programmer's Guide for an overview.
@@Dataset
@@Iterator
@@TFRecordDataset