Adding tf_export decorators/calls to TensorFlow functions and constants.
authorAnna R <annarev@google.com>
Wed, 31 Jan 2018 19:25:38 +0000 (11:25 -0800)
committerMichael Case <mikecase@google.com>
Thu, 1 Feb 2018 01:20:42 +0000 (17:20 -0800)
commitadc9ee7150c45830eb0857f6b9e935b9672b7bb1
treeed3ca404ea56ce502728f0602e3c511c56058b7f
parentacb2d6147415f8556ac74cbf45118baf00ca64df
Adding tf_export decorators/calls to TensorFlow functions and constants.

PiperOrigin-RevId: 184020524
23 files changed:
tensorflow/python/client/session.py
tensorflow/python/data/ops/dataset_ops.py
tensorflow/python/data/ops/iterator_ops.py
tensorflow/python/data/ops/readers.py
tensorflow/python/estimator/export/export.py
tensorflow/python/estimator/export/export_output.py
tensorflow/python/estimator/inputs/numpy_io.py
tensorflow/python/estimator/inputs/pandas_io.py
tensorflow/python/feature_column/feature_column.py
tensorflow/python/lib/io/file_io.py
tensorflow/python/lib/io/tf_record.py
tensorflow/python/ops/losses/losses_impl.py
tensorflow/python/ops/losses/util.py
tensorflow/python/platform/app.py
tensorflow/python/platform/resource_loader.py
tensorflow/python/platform/tf_logging.py
tensorflow/python/profiler/model_analyzer.py
tensorflow/python/profiler/option_builder.py
tensorflow/python/profiler/tfprof_logger.py
tensorflow/python/summary/writer/writer.py
tensorflow/python/summary/writer/writer_cache.py
tensorflow/python/util/compat.py
tensorflow/tools/api/generator/BUILD