mmdeploy/backend_ops/tensorrt/trt_plugin.cpp

8 lines
174 B
C++
Raw Normal View History

2021-06-15 20:44:45 +08:00
#include "scatternd/trt_scatternd.hpp"
REGISTER_TENSORRT_PLUGIN(ONNXScatterNDDynamicCreator);
extern "C" {
bool initLibMMCVInferPlugins() { return true; }
} // extern "C"