aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/BUILD
diff options
context:
space:
mode:
authorGravatar Sung Jin Hwang <sjhwang@google.com>2018-01-17 17:05:21 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-01-17 17:08:55 -0800
commitca8df263ff350df8b5f32dd82fcffe0887b64ac5 (patch)
tree31df55a151162ae492bf1e4c7cc3f06564de3801 /tensorflow/BUILD
parent9f4118d00fa9eb85f81a4eb3f96a5583ae5afcdc (diff)
Add range encode and decode to new tensorflow contrib.
PiperOrigin-RevId: 182293433
Diffstat (limited to 'tensorflow/BUILD')
-rw-r--r--tensorflow/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/tensorflow/BUILD b/tensorflow/BUILD
index 4804466d9e..df1e392175 100644
--- a/tensorflow/BUILD
+++ b/tensorflow/BUILD
@@ -445,6 +445,7 @@ filegroup(
"//tensorflow/contrib/cloud:all_files",
"//tensorflow/contrib/cloud/kernels:all_files",
"//tensorflow/contrib/cluster_resolver:all_files",
+ "//tensorflow/contrib/coder:all_files",
"//tensorflow/contrib/compiler:all_files",
"//tensorflow/contrib/copy_graph:all_files",
"//tensorflow/contrib/crf:all_files",