aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/mkl_dnn/BUILD
blob: 58ecda55e6eec119c623076efbbf9595e1d95233 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
licenses(["notice"])

exports_files(["LICENSE"])

config_setting(
    name = "build_with_mkl_dnn_only",
    define_values = {
        "build_with_mkl": "true",
        "build_with_mkl_dnn_only": "true",
    },
    visibility = ["//visibility:public"],
)