aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/tensorrt/tensorrt_configure.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/tensorrt/tensorrt_configure.bzl')
-rw-r--r--third_party/tensorrt/tensorrt_configure.bzl4
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/tensorrt/tensorrt_configure.bzl b/third_party/tensorrt/tensorrt_configure.bzl
index 8aa0f28f39..4a1441500a 100644
--- a/third_party/tensorrt/tensorrt_configure.bzl
+++ b/third_party/tensorrt/tensorrt_configure.bzl
@@ -19,9 +19,9 @@ load(
_TENSORRT_INSTALL_PATH = "TENSORRT_INSTALL_PATH"
_TF_TENSORRT_VERSION = "TF_TENSORRT_VERSION"
-_TF_TENSORRT_LIBS = ["nvinfer", "nvinfer_plugin", "nvparsers"]
+_TF_TENSORRT_LIBS = ["nvinfer"]
_TF_TENSORRT_HEADERS = [
- "NvInfer.h", "NvInferPlugin.h", "NvCaffeParser.h", "NvUffParser.h",
+ "NvInfer.h",
"NvUtils.h"
]