mirror of
https://github.com/open-mmlab/mmdeploy.git
synced 2025-01-14 08:09:43 +08:00
8 lines
174 B
C++
8 lines
174 B
C++
|
#include "scatternd/trt_scatternd.hpp"
|
||
|
|
||
|
REGISTER_TENSORRT_PLUGIN(ONNXScatterNDDynamicCreator);
|
||
|
|
||
|
extern "C" {
|
||
|
bool initLibMMCVInferPlugins() { return true; }
|
||
|
} // extern "C"
|