onnx / onnx-tensorrt

ONNX-TensorRT: TensorRT backend for ONNX
Apache License 2.0
2.92k stars 542 forks source link

Remove duplicate function to fix protobuf-lite build #971

Closed kevinch-nv closed 4 months ago

kevinch-nv commented 4 months ago

convertProtoToString is now a templated function in the header, so a concrete implementation with a full proto message is no longer required.