Add a BUILD file to tools/ci_build/ctpu/
PiperOrigin-RevId: 277197419 Change-Id: I38ab5bd4368c12bbdcd10556d3e041f208a70ee6
This commit is contained in:
parent
b8f51d676f
commit
941bec1bbf
10
tensorflow/tools/ci_build/ctpu/BUILD
Normal file
10
tensorflow/tools/ci_build/ctpu/BUILD
Normal file
@ -0,0 +1,10 @@
|
||||
package(
|
||||
default_visibility = ["//visibility:public"],
|
||||
licenses = ["notice"], # Apache 2.0
|
||||
)
|
||||
|
||||
sh_library(
|
||||
name = "ctpu",
|
||||
srcs = ["ctpu.sh"],
|
||||
deps = [],
|
||||
)
|
Loading…
Reference in New Issue
Block a user