interpolateplugin专题

【tensorrt】——error: invalid new-expression of abstract class type ‘torch2trt::InterpolatePlugin’

tensorrt 给tensorrt写插件的时候,报错: interpolate.cpp:63:93: error: invalid new-expression of abstract class type ‘torch2trt::InterpolatePlugin’ 因为还有父类的虚函数没有实现。 可以通过一个简单的类实现进行测试,所有的函数不需要实现,这样看有哪些虚函数。比如