Move fn_args utility into core TensorFlow from Estimator.
authorMichael Case <mikecase@google.com>
Fri, 11 May 2018 17:58:17 +0000 (10:58 -0700)
committerTensorFlower Gardener <gardener@tensorflow.org>
Fri, 11 May 2018 18:01:30 +0000 (11:01 -0700)
commit9c82788d12037fc10b60b06092e94d513eb4aa14
treee578a9cb80ee6e6a6fb6ff1e19cfc8c7dc0f522e
parent1aa40a1ce7869b6557049bcc623dad452a69ef6c
Move fn_args utility into core TensorFlow from Estimator.

Working on untangling TF/Estimator deps. Some core TF code depends on Estimator
by using the fn_args utility function within Estimator.

PiperOrigin-RevId: 196277612
20 files changed:
tensorflow/contrib/eager/python/network.py
tensorflow/contrib/estimator/BUILD
tensorflow/contrib/estimator/python/estimator/extenders.py
tensorflow/contrib/estimator/python/estimator/logit_fns.py
tensorflow/contrib/estimator/python/estimator/replicate_model_fn.py
tensorflow/contrib/learn/python/learn/experiment.py
tensorflow/contrib/tpu/python/tpu/tpu_estimator.py
tensorflow/python/BUILD
tensorflow/python/estimator/BUILD
tensorflow/python/estimator/canned/head.py
tensorflow/python/estimator/estimator.py
tensorflow/python/estimator/estimator_test.py
tensorflow/python/estimator/run_config.py
tensorflow/python/estimator/util.py
tensorflow/python/keras/_impl/keras/engine/base_layer.py
tensorflow/python/layers/base.py
tensorflow/python/ops/variable_scope.py
tensorflow/python/training/monitored_session.py
tensorflow/python/util/function_utils.py [new file with mode: 0644]
tensorflow/python/util/function_utils_test.py [moved from tensorflow/python/estimator/util_test.py with 85% similarity]