aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/cloud/BUILD
diff options
context:
space:
mode:
authorGravatar Brennan Saeta <saeta@google.com>2018-06-29 10:06:47 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-06-29 10:09:59 -0700
commit42c6133b93ef8eabb6c5cb00ab8bbe90a519dfc4 (patch)
treeae73b616433c6243fb2425d300aeaccf18575d3d /tensorflow/contrib/cloud/BUILD
parent55259c7bbdafc6293eacc05ee7ef1478c8855f6f (diff)
[tf.data / Bigtable] Initial tf.data Bigtable integration
This change allows TensorFlow users to stream data directly from Cloud Bigtable into the TensorFlow runtime using tf.data. PiperOrigin-RevId: 202664219
Diffstat (limited to 'tensorflow/contrib/cloud/BUILD')
-rw-r--r--tensorflow/contrib/cloud/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/contrib/cloud/BUILD b/tensorflow/contrib/cloud/BUILD
index 1a7a3759ba..523a9efcf0 100644
--- a/tensorflow/contrib/cloud/BUILD
+++ b/tensorflow/contrib/cloud/BUILD
@@ -50,6 +50,7 @@ py_library(
deps = [
":gen_bigquery_reader_ops",
":gen_gcs_config_ops",
+ "//tensorflow/contrib/bigtable",
"//tensorflow/python:framework_for_generated_wrappers",
"//tensorflow/python:io_ops",
"//tensorflow/python:util",