Adding LICENSE file to mkl_dnn

This commit is contained in:
Mahmoud Abuzaina 2018-07-11 16:10:24 -07:00
parent 47a2ac5214
commit 03ab64c3a6
3 changed files with 5 additions and 3 deletions

View File

@ -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) >$@",

View File

@ -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(),
)

View File

@ -1,5 +1,7 @@
licenses(["notice"])
exports_files(["LICENSE"])
config_setting(
name = "using_mkl_dnn_only",
values = {