dlunion / tensorRTIntegrate

TensorRT ONNX Plugin、Inference、Compile
464 stars 114 forks source link

creator->createPlugin(name.c_str()返回null #47

Open gentlebreeze1 opened 3 years ago

gentlebreeze1 commented 3 years ago

你好,我在实现自己plugin的时候,parseFromFile 调试进DEFINE_BUILTIN_OP_IMPORTER函数里面creator->createPlugin(name.c_str(), &pluginFieldCollection);返回null,这是因为什么?我该在哪里注册。序列化的顺序是怎么样的? @dlunion @hopef