提交 c0627e1f 编写于 作者: T TensorFlower Gardener

Merge pull request #24153 from perfinion:unbundle

PiperOrigin-RevId: 224869113
package(
default_visibility = ["//visibility:public"],
)
licenses(["notice"]) # Apache 2.0 licenses(["notice"]) # Apache 2.0
filegroup( filegroup(
name = "icu4c/LICENSE", name = "icu4c/LICENSE",
visibility = ["//visibility:public"],
) )
filegroup( filegroup(
name = "icu4j/main/shared/licenses/LICENSE", name = "icu4j/main/shared/licenses/LICENSE",
visibility = ["//visibility:public"], )
cc_library(
name = "headers",
) )
cc_library( cc_library(
...@@ -15,7 +21,6 @@ cc_library( ...@@ -15,7 +21,6 @@ cc_library(
deps = [ deps = [
":icuuc", ":icuuc",
], ],
visibility = ["//visibility:public"],
) )
cc_library( cc_library(
......
# Description: Keras Applications: set of pre-trained deep learning models.
licenses(["notice"]) # MIT
filegroup(
name = "LICENSE",
visibility = ["//visibility:public"],
)
py_library(
name = "keras_applications",
visibility = ["//visibility:public"],
)
...@@ -12,4 +12,5 @@ def repo(): ...@@ -12,4 +12,5 @@ def repo():
"https://github.com/keras-team/keras-applications/archive/1.0.6.tar.gz", "https://github.com/keras-team/keras-applications/archive/1.0.6.tar.gz",
], ],
build_file = "//third_party/keras_applications_archive:BUILD.bazel", build_file = "//third_party/keras_applications_archive:BUILD.bazel",
system_build_file = "//third_party/keras_applications_archive:BUILD.system",
) )
...@@ -28,6 +28,7 @@ VALID_LIBS = [ ...@@ -28,6 +28,7 @@ VALID_LIBS = [
"icu", "icu",
"jpeg", "jpeg",
"jsoncpp_git", "jsoncpp_git",
"keras_applications_archive",
"lmdb", "lmdb",
"nasm", "nasm",
"nsync", "nsync",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册