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.bzl7
1 files changed, 2 insertions, 5 deletions
diff --git a/third_party/tensorrt/tensorrt_configure.bzl b/third_party/tensorrt/tensorrt_configure.bzl
index 8aa0f28f39..8e76e5d02a 100644
--- a/third_party/tensorrt/tensorrt_configure.bzl
+++ b/third_party/tensorrt/tensorrt_configure.bzl
@@ -19,11 +19,8 @@ load(
_TENSORRT_INSTALL_PATH = "TENSORRT_INSTALL_PATH"
_TF_TENSORRT_VERSION = "TF_TENSORRT_VERSION"
-_TF_TENSORRT_LIBS = ["nvinfer", "nvinfer_plugin", "nvparsers"]
-_TF_TENSORRT_HEADERS = [
- "NvInfer.h", "NvInferPlugin.h", "NvCaffeParser.h", "NvUffParser.h",
- "NvUtils.h"
-]
+_TF_TENSORRT_LIBS = ["nvinfer"]
+_TF_TENSORRT_HEADERS = ["NvInfer.h", "NvUtils.h"]
_DEFINE_TENSORRT_SONAME_MAJOR = "#define NV_TENSORRT_SONAME_MAJOR"
_DEFINE_TENSORRT_SONAME_MINOR = "#define NV_TENSORRT_SONAME_MINOR"