Add build ruiles to CTC
Change: 115720167
This commit is contained in:
parent
e9c1ccd421
commit
7552e9e561
@ -21,6 +21,18 @@ filegroup(
|
|||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
filegroup(
|
||||||
|
name = "all_files",
|
||||||
|
srcs = glob(
|
||||||
|
["**/*"],
|
||||||
|
exclude = [
|
||||||
|
"**/METADATA",
|
||||||
|
"**/OWNERS",
|
||||||
|
],
|
||||||
|
),
|
||||||
|
visibility = ["//tensorflow:__subpackages__"],
|
||||||
|
)
|
||||||
|
|
||||||
cc_library(
|
cc_library(
|
||||||
name = "ctc",
|
name = "ctc",
|
||||||
deps = [
|
deps = [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user