aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/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/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/BUILD')
-rw-r--r--tensorflow/contrib/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/contrib/BUILD b/tensorflow/contrib/BUILD
index 2d7916c8b1..229b0c481f 100644
--- a/tensorflow/contrib/BUILD
+++ b/tensorflow/contrib/BUILD
@@ -25,6 +25,7 @@ py_library(
"//tensorflow/contrib/all_reduce",
"//tensorflow/contrib/batching:batch_py",
"//tensorflow/contrib/bayesflow:bayesflow_py",
+ "//tensorflow/contrib/bigtable",
"//tensorflow/contrib/boosted_trees:init_py",
"//tensorflow/contrib/checkpoint/python:checkpoint",
"//tensorflow/contrib/cloud:cloud_py",