Adding LICENSE file to mkl_dnn
This commit is contained in:
parent
47a2ac5214
commit
03ab64c3a6
@ -143,7 +143,7 @@ genrule(
|
||||
"@zlib_archive//:zlib.h",
|
||||
] + if_mkl([
|
||||
"//third_party/mkl:LICENSE",
|
||||
"@mkl_dnn//:LICENSE",
|
||||
"//third_party/mkl_dnn:LICENSE",
|
||||
]),
|
||||
outs = ["include/tensorflow/c/LICENSE"],
|
||||
cmd = "$(location :concat_licenses.sh) $(SRCS) >$@",
|
||||
@ -183,7 +183,7 @@ genrule(
|
||||
"@zlib_archive//:zlib.h",
|
||||
] + if_mkl([
|
||||
"//third_party/mkl:LICENSE",
|
||||
"@mkl_dnn//:LICENSE",
|
||||
"//third_party/mkl_dnn:LICENSE",
|
||||
]),
|
||||
outs = ["include/tensorflow/jni/LICENSE"],
|
||||
cmd = "$(location :concat_licenses.sh) $(SRCS) >$@",
|
||||
|
@ -168,7 +168,7 @@ filegroup(
|
||||
"@org_python_pypi_backports_weakref//:LICENSE",
|
||||
] + if_mkl([
|
||||
"//third_party/mkl:LICENSE",
|
||||
"@mkl_dnn//:LICENSE",
|
||||
"//third_party/mkl_dnn:LICENSE",
|
||||
]) + tf_additional_license_deps(),
|
||||
)
|
||||
|
||||
|
2
third_party/mkl_dnn/BUILD
vendored
2
third_party/mkl_dnn/BUILD
vendored
@ -1,5 +1,7 @@
|
||||
licenses(["notice"])
|
||||
|
||||
exports_files(["LICENSE"])
|
||||
|
||||
config_setting(
|
||||
name = "using_mkl_dnn_only",
|
||||
values = {
|
||||
|
Loading…
Reference in New Issue
Block a user