onnx/onnx-tensorrt

plugin supporting int8 input and output

shuyuan-wang opened this issue · 0 comments

I'm trying to create a plugin with one input and one output with kint8 type using onnx-trt. When I build the engine using c++, it checks supportsFormatCombination function. It shows the input which supposed to have kint8 type has kFLOAT type. Do I need to set the input type anywhere?