Add build ruiles to CTC

Change: 115720167
This commit is contained in:
A. Unique TensorFlower 2016-02-26 16:12:33 -08:00 committed by TensorFlower Gardener
parent e9c1ccd421
commit 7552e9e561

View File

@ -21,6 +21,18 @@ filegroup(
],
)
filegroup(
name = "all_files",
srcs = glob(
["**/*"],
exclude = [
"**/METADATA",
"**/OWNERS",
],
),
visibility = ["//tensorflow:__subpackages__"],
)
cc_library(
name = "ctc",
deps = [