Reintroducing support for constants as outputs of tf.data.map(). This fixes a regress...
authorJiri Simsa <jsimsa@google.com>
Fri, 13 Apr 2018 01:02:58 +0000 (18:02 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Fri, 13 Apr 2018 01:05:14 +0000 (18:05 -0700)
commit5a53c9b54d8781032ebf2cf26f93da3b2a33d1e4
tree2e6e061ad288dd520d5835e79eb39f2dba80c853
parent457e8b3a78d4b31de4113168422786412f8771fc
Reintroducing support for constants as outputs of tf.data.map(). This fixes a regression introduced by cl/176147440.

PiperOrigin-RevId: 192702279
tensorflow/python/data/kernel_tests/map_dataset_op_test.py
tensorflow/python/data/ops/dataset_ops.py