Add a convenience function, build_supervised_input_receiver_fn_from_input_fn,
authorKarmel Allison <karmel@google.com>
Wed, 30 May 2018 23:25:00 +0000 (16:25 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Wed, 30 May 2018 23:27:30 +0000 (16:27 -0700)
commitc9297e34f0ceef4afd970ee117aea9110bf8ae62
tree3d5a9f8bd9b21ea42ec83f58753f5b44db6bec5e
parentdff3875cdca6a8cf49ee5ce4c0c970eda550157f
Add a convenience function, build_supervised_input_receiver_fn_from_input_fn,
that takes an Estimator input_fn and returns an input receiver function.

PiperOrigin-RevId: 198638593
tensorflow/contrib/tpu/python/tpu/tpu_estimator.py
tensorflow/python/BUILD
tensorflow/python/estimator/BUILD
tensorflow/python/estimator/estimator.py
tensorflow/python/estimator/export/export.py
tensorflow/python/estimator/export/export_test.py
tensorflow/python/estimator/util.py
tensorflow/python/estimator/util_test.py [new file with mode: 0644]