From 7552e9e56156cce94459c55915657e641f07db80 Mon Sep 17 00:00:00 2001 From: "A. Unique TensorFlower" <nobody@tensorflow.org> Date: Fri, 26 Feb 2016 16:12:33 -0800 Subject: [PATCH] Add build ruiles to CTC Change: 115720167 --- tensorflow/core/util/ctc/BUILD | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tensorflow/core/util/ctc/BUILD b/tensorflow/core/util/ctc/BUILD index fb09ba316b3..9ae0a3aa0fa 100644 --- a/tensorflow/core/util/ctc/BUILD +++ b/tensorflow/core/util/ctc/BUILD @@ -21,6 +21,18 @@ filegroup( ], ) +filegroup( + name = "all_files", + srcs = glob( + ["**/*"], + exclude = [ + "**/METADATA", + "**/OWNERS", + ], + ), + visibility = ["//tensorflow:__subpackages__"], +) + cc_library( name = "ctc", deps = [