This commit is contained in:
Marcos Luciano
2023-06-05 16:07:37 -03:00
parent 66a6754b77
commit 79d4a0a8cd
4 changed files with 9 additions and 10 deletions

View File

@@ -38,12 +38,6 @@
} \
}
#if NV_TENSORRT_MAJOR >= 8
#define INT int32_t
#else
#define INT int
#endif
namespace {
const char* YOLOLAYER_PLUGIN_VERSION {"1"};
const char* YOLOLAYER_PLUGIN_NAME {"YoloLayer_TRT"};