Fix comment of bucket_by_sequence_length about return type of
authorA. Unique TensorFlower <gardener@tensorflow.org>
Thu, 12 Apr 2018 19:39:48 +0000 (12:39 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 12 Apr 2018 19:42:35 +0000 (12:42 -0700)
commitf95906527e92a151a424b60a109d2361e20d610b
tree59effd686a2ccc4e80f1c39c4ace895e4e887825
parent1a014c6d62bad0e58e3c8a1e31beb396daa19c13
Fix comment of bucket_by_sequence_length about return type of
element_length_func. Current code requires tf.int32 in order to compare with
buckets_min which is int32.

PiperOrigin-RevId: 192652917
tensorflow/contrib/data/python/ops/grouping.py