Matthias Gehre

Results 14 issues of Matthias Gehre

## Prerequisites Please make sure to check off these prerequisites before submitting a bug report. - [x] Test that the bug appears on the current version of the dev-branch. Make...

bug

## Prerequisites Please make sure to check off these prerequisites before submitting a bug report. - [x] Test that the bug appears on the current version of the dev-branch. Make...

bug

Hi! Since I discovered cvise, I love it. Thank you very much for making this helpful tool! I saw the following reduced code coming out of cvise 2.6.0 (9d01a9c), ```...

# Ask a Question ### Question I don't see an explicit specification of the behavior `QuantizeLinear` when going from a floating point type to an integer type and the input...

question
operator
spec clarification

This is a great tool that I had waiting to have for last couple of years. Thanks! What I currently see is the following: 1. I make a change with...

# Bug Report ### Describe the bug ``` import onnx import onnx.parser model = """ < ir_version: 9, opset_import: ["" : 11] > graph (float[7,6,1,5] in0, float in1, float[7,2,3,2,1] in2)...

bug

# Bug Report ### Describe the bug ``` #!/usr/bin/env python import onnx import onnx.parser modeltxt = """ < ir_version: 10, opset_import: ["" : 17] > graph (float in0, float[2,7,8,1,3] in1,...

bug

# Bug Report ### Describe the bug ``` #!/usr/bin/env python import onnx import onnx.parser modeltxt = """ < ir_version: 10, opset_import: ["" : 17] > graph (float16[3] in0, int32[2] in1,...

bug

# Bug Report ### Describe the bug ``` import onnx import onnx.parser model = """ < ir_version: 10, opset_import: ["" : 6] > graph (double[2,1] in0, double in1, double[2] in2)...

bug