Markus

Results 3 issues of Markus

TASO was developed with ai.onnx opset version 10. Since then, breaking changes have been introduced to operator specifications. Manually pinning down the opset version to 10 is a workaround for...

Currently, all input tensors in generated ONNX models are labeled "data". Since ONNX [supports multiple inputs](https://github.com/pytorch/pytorch/issues/22488), this creates conflicts. For example, the following graph would be exported as having two...