Add utility to auto shard a dataset pipeline in the appropriate place by locating...
authorPriya Gupta <priyag@google.com>
Tue, 1 May 2018 20:01:41 +0000 (13:01 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Tue, 1 May 2018 20:04:24 +0000 (13:04 -0700)
commit57207f2b9d5bf9edffb72a9fe377492454abd9ec
treed23c80ee64064445a11137fdf5f6b2c13341d53d
parentee236bd4c4251d6a2a87409b4d47470534c975b0
Add utility to auto shard a dataset pipeline in the appropriate place by locating the file readers and sharding their input files.

PiperOrigin-RevId: 194982311
tensorflow/contrib/data/python/ops/batching.py
tensorflow/contrib/distribute/python/BUILD
tensorflow/contrib/distribute/python/input_ops.py [new file with mode: 0644]
tensorflow/contrib/distribute/python/input_ops_test.py [new file with mode: 0644]
tensorflow/python/data/ops/readers.py