Adding tf_export decorators/calls to TensorFlow functions and constants.
authorAnna R <annarev@google.com>
Thu, 8 Feb 2018 19:40:28 +0000 (11:40 -0800)
committerTensorFlower Gardener <gardener@tensorflow.org>
Thu, 8 Feb 2018 19:48:24 +0000 (11:48 -0800)
commite99724b78b9f6834b918ae8a599597f863cba8d4
treea692eb1e716754825365281ca3b51dd909a0fe41
parent16a2dfc15a530c5d417cd5cf8bbf595eca3bfd4c
Adding tf_export decorators/calls to TensorFlow functions and constants.

PiperOrigin-RevId: 185026527
23 files changed:
tensorflow/python/estimator/canned/baseline.py
tensorflow/python/estimator/canned/dnn.py
tensorflow/python/estimator/canned/dnn_linear_combined.py
tensorflow/python/estimator/canned/linear.py
tensorflow/python/estimator/canned/parsing_utils.py
tensorflow/python/feature_column/feature_column.py
tensorflow/python/keras/_impl/keras/engine/topology.py
tensorflow/python/keras/_impl/keras/engine/training.py
tensorflow/python/keras/_impl/keras/preprocessing/image.py
tensorflow/python/keras/_impl/keras/preprocessing/sequence.py
tensorflow/python/keras/_impl/keras/preprocessing/text.py
tensorflow/python/keras/_impl/keras/utils/data_utils.py
tensorflow/python/keras/_impl/keras/utils/io_utils.py
tensorflow/python/keras/_impl/keras/utils/layer_utils.py
tensorflow/python/keras/_impl/keras/utils/np_utils.py
tensorflow/python/keras/_impl/keras/utils/vis_utils.py
tensorflow/python/keras/_impl/keras/wrappers/scikit_learn.py
tensorflow/python/ops/histogram_ops.py
tensorflow/python/summary/summary.py
tensorflow/python/summary/summary_iterator.py
tensorflow/python/summary/text_summary.py
tensorflow/python/util/compat.py
tensorflow/tools/api/generator/BUILD