Supports optimizer arg in head.create_estimator_spec.
authorA. Unique TensorFlower <gardener@tensorflow.org>
Thu, 22 Mar 2018 21:01:10 +0000 (14:01 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 22 Mar 2018 21:03:24 +0000 (14:03 -0700)
commit804f98e5bc0a75284f5f92569e5c82fe88b455ad
tree9e8ce35746031c6e524e7b7b32cc5535c7322abc
parentf2b62548edfd298367bc996fb236ea39f385ff76
Supports optimizer arg in head.create_estimator_spec.

PiperOrigin-RevId: 190121386
tensorflow/contrib/estimator/BUILD
tensorflow/contrib/estimator/python/estimator/head.py
tensorflow/contrib/estimator/python/estimator/head_test.py
tensorflow/contrib/estimator/python/estimator/multi_head.py
tensorflow/contrib/estimator/python/estimator/multi_head_test.py
tensorflow/python/estimator/BUILD
tensorflow/python/estimator/canned/dnn.py
tensorflow/python/estimator/canned/dnn_testing_utils.py
tensorflow/python/estimator/canned/head.py
tensorflow/python/estimator/canned/head_test.py
tensorflow/python/estimator/canned/linear.py