Jaka

Results 3 issues of Jaka

## Description If ONNX model contains a Pad layer with negative pad values the conversion to TensorRT fails. Error: ``` [05/30/2022-09:26:47] [E] [TRT] ModelImporter.cpp:748: While parsing node number 0 [Pad...

triaged

ONNX format allows for negative padding, therefore negative pad values should not cause an error. Fixes issue https://github.com/onnx/onnx-tensorrt/issues/847 Signed-off-by: Jaka Katrašnik

### Bug description When trying to visualise an onnx model I get the following error: `error: 'mo.sub' op requires the same type for all operands and results` The node looks...

bug