tensorrt 在supportsFormatCombination函数中需要返回true bool supportsFormatCombination(int pos,const nvinfer1::PluginTensorDesc *inOut,int nbInputs, int nbOutputs) override{cout << "in support format co
tensorrt 给tensorrt写插件的时候,报错: interpolate.cpp:63:93: error: invalid new-expression of abstract class type ‘torch2trt::InterpolatePlugin’ 因为还有父类的虚函数没有实现。 可以通过一个简单的类实现进行测试,所有的函数不需要实现,这样看有哪些虚函数。比如