Skip to content

Commit

Permalink
Fixing tf.contrib.data API declarations.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 179943582
  • Loading branch information
jsimsa authored and tensorflower-gardener committed Dec 22, 2017
1 parent 2a6fb70 commit c0626e2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions tensorflow/contrib/data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,20 @@
@@TextLineDataset
@@batch_and_drop_remainder
@@padded_batch_and_drop_remainder
@@dense_to_sparse_batch
@@enumerate_dataset
@@group_by_window
@@ignore_errors
@@make_saveable_from_iterator
@@read_batch_features
@@unbatch
@@map_and_batch
@@padded_batch_and_drop_remainder
@@parallel_interleave
@@read_batch_features
@@rejection_resample
@@scan
@@shuffle_and_repeat
@@sloppy_interleave
@@unbatch
@@get_single_element
Expand All @@ -50,6 +52,7 @@

from tensorflow.contrib.data.python.ops.batching import batch_and_drop_remainder
from tensorflow.contrib.data.python.ops.batching import dense_to_sparse_batch
from tensorflow.contrib.data.python.ops.batching import map_and_batch
from tensorflow.contrib.data.python.ops.batching import padded_batch_and_drop_remainder
from tensorflow.contrib.data.python.ops.batching import unbatch
from tensorflow.contrib.data.python.ops.counter import Counter
Expand Down

0 comments on commit c0626e2

Please sign in to comment.