Minor change.
This commit is contained in:
parent
351c56becd
commit
3639789b8f
6
third_party/mkl_dnn/build_defs.bzl
vendored
6
third_party/mkl_dnn/build_defs.bzl
vendored
@ -13,11 +13,11 @@ def if_mkl_open_source_only(if_true, if_false = []):
|
|||||||
})
|
})
|
||||||
|
|
||||||
def if_mkl_v1_open_source_only(if_true, if_false = []):
|
def if_mkl_v1_open_source_only(if_true, if_false = []):
|
||||||
"""Shorthand for select()'ing on whether we're building with MKL-DNN v1.x
|
"""Shorthand for select()'ing on whether we're building with
|
||||||
(and v0.x) open source library only, without depending on MKL binary form.
|
MKL-DNN v1.x open source library only, without depending on MKL binary form.
|
||||||
|
|
||||||
Returns a select statement which evaluates to if_true if we're building
|
Returns a select statement which evaluates to if_true if we're building
|
||||||
with MKL-DNN v1.x (and v0.x) open source library only. Otherwise, the
|
with MKL-DNN v1.x open source library only. Otherwise, the
|
||||||
select statement evaluates to if_false.
|
select statement evaluates to if_false.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user