Add a BUILD file to tools/ci_build/ctpu/

PiperOrigin-RevId: 277197419
Change-Id: I38ab5bd4368c12bbdcd10556d3e041f208a70ee6
This commit is contained in:
Hye Soo Yang 2019-10-28 20:08:44 -07:00 committed by TensorFlower Gardener
parent b8f51d676f
commit 941bec1bbf

View File

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