提交 86b9eb18 编写于 作者: J jeff41404

modify paddle/fluid/inference/tensorrt/plugin/trt_plugin.h getPluginRegistry()...

modify paddle/fluid/inference/tensorrt/plugin/trt_plugin.h getPluginRegistry() to GetPluginRegistry()
上级 591d2c67
......@@ -183,7 +183,7 @@ template <typename T>
class TrtPluginRegistrarV2 {
public:
TrtPluginRegistrarV2() {
static auto func_ptr = getPluginRegistry();
static auto func_ptr = GetPluginRegistry();
if (func_ptr != nullptr) {
func_ptr->registerCreator(creator, "");
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册