aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/tensorrt/build_defs.bzl.tpl
diff options
context:
space:
mode:
authorGravatar Sami Kama <skama@nvidia.com>2018-01-29 15:08:26 -0800
committerGravatar Sami Kama <skama@nvidia.com>2018-01-29 15:08:26 -0800
commitbe50e66950a4534322f55fbcbc300ea710f2b6c6 (patch)
treee3a70def27b622a97e3b706cb5643371d06b5fff /third_party/tensorrt/build_defs.bzl.tpl
parentae740a67bdc01b991ead6ac047c774bff4d7bc8f (diff)
Fix compilation issues with new build files
Diffstat (limited to 'third_party/tensorrt/build_defs.bzl.tpl')
-rw-r--r--third_party/tensorrt/build_defs.bzl.tpl1
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/tensorrt/build_defs.bzl.tpl b/third_party/tensorrt/build_defs.bzl.tpl
index f5348a7c06..0dc3a7ba2d 100644
--- a/third_party/tensorrt/build_defs.bzl.tpl
+++ b/third_party/tensorrt/build_defs.bzl.tpl
@@ -5,4 +5,3 @@ def if_tensorrt(if_true, if_false=[]):
if %{tensorrt_is_configured}:
return if_true
return if_false
-