50 #ifndef NV_INFER_VERSION_H 51 #define NV_INFER_VERSION_H 53 #define NV_TENSORRT_MAJOR 6 54 #define NV_TENSORRT_MINOR 0 55 #define NV_TENSORRT_PATCH 1 56 #define NV_TENSORRT_BUILD 10 58 #define NV_TENSORRT_SONAME_MAJOR 6 59 #define NV_TENSORRT_SONAME_MINOR 0 60 #define NV_TENSORRT_SONAME_PATCH 1 62 #endif // NV_INFER_VERSION_H