Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 149a6f9

Browse files
author
Frank Chen
committed
Rename SnapshotDataset to SnapshotReaderDataset
1 parent a7a7c5b commit 149a6f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rfcs/20200107-tf-data-snapshot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ def snapshot(path,
110110
snapshot file paths, and (2) a reference to a `SnapshotDataset` class.
111111
The function should return a `Dataset` class.
112112

113-
The `SnapshotDataset` class is a `Dataset` (similar to other source datasets
113+
The `SnapshotReaderDataset` class is a `Dataset` (similar to other source datasets
114114
like `TFRecordDataset` or `TextLineDataset`) with the following constructor:
115115
```python
116116
class SnapshotDataset(dataset_ops.DatasetSource):

0 commit comments

Comments
 (0)