aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/cloud/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/cloud/README.md')
-rw-r--r--tensorflow/contrib/cloud/README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/tensorflow/contrib/cloud/README.md b/tensorflow/contrib/cloud/README.md
new file mode 100644
index 0000000000..a80d8965f3
--- /dev/null
+++ b/tensorflow/contrib/cloud/README.md
@@ -0,0 +1,18 @@
+# Cloud #
+
+## Cloud Bigtable ##
+
+[Google Cloud Bigtable](https://cloud.google.com/bigtable/) is a high
+performance storage system that can store and serve training data. This contrib
+package contains an experimental integration with TensorFlow.
+
+> **Status: Highly experimental.** The current implementation is very much in
+> flux. Please use at your own risk! :-)
+
+<!-- TODO(saeta): Document usage / methods / etc. -->
+
+## Cloud Storage (GCS) ##
+
+The Google Cloud Storage ops allow the user to configure the GCS File System.
+
+<!-- TODO(saeta): Document usage / methods / etc. -->