Hye Soo Yang 941bec1bbf Add a BUILD file to tools/ci_build/ctpu/
PiperOrigin-RevId: 277197419
Change-Id: I38ab5bd4368c12bbdcd10556d3e041f208a70ee6
2019-10-28 20:36:11 -07:00

11 lines
175 B
Python

package(
default_visibility = ["//visibility:public"],
licenses = ["notice"], # Apache 2.0
)
sh_library(
name = "ctpu",
srcs = ["ctpu.sh"],
deps = [],
)