Add GCS configure ops.
authorBrennan Saeta <saeta@google.com>
Wed, 30 May 2018 22:25:46 +0000 (15:25 -0700)
committerYifei Feng <yifeif@google.com>
Wed, 30 May 2018 22:25:46 +0000 (15:25 -0700)
commite469934f1274c7c498e5061995fec425a21c9be8
treeab9c0078f1c1fa5027537096898f560cbd9833fe
parent176754d6cce54a971c98096f55251870708eea3e
Add GCS configure ops.

PiperOrigin-RevId: 198624285
12 files changed:
tensorflow/contrib/cloud/BUILD
tensorflow/contrib/cloud/__init__.py
tensorflow/contrib/cloud/kernels/BUILD
tensorflow/contrib/cloud/kernels/gcs_config_ops.cc [new file with mode: 0644]
tensorflow/contrib/cloud/ops/gcs_config_ops.cc [new file with mode: 0644]
tensorflow/contrib/cloud/python/ops/gcs_config_ops.py [new file with mode: 0644]
tensorflow/contrib/cmake/tf_core_ops.cmake
tensorflow/contrib/cmake/tf_python.cmake
tensorflow/core/platform/cloud/BUILD
tensorflow/core/platform/cloud/gcs_file_system.cc
tensorflow/core/platform/cloud/gcs_file_system.h
tensorflow/core/platform/cloud/gcs_file_system_test.cc