Gal Hubara-Agam
Gal Hubara-Agam
In #5811 IR10 was defined, for introducing uint4 and int4 data types. The following list of operators now include IR10 types: Constant, ConstantOfShape, Identity, Reshape, Shape, Size, If, Loop, Scan,...
# Bug Report ### Is the issue related to model conversion? No ### Describe the bug onnx/defs/shape_inference.h::propagateElemTypeFromAttributeToOutput forwards the output type from the attribute, without comparing it against the output's...
### System information Top of tree. ### What is the problem that this feature solves? Currently, ONNX’s `shape_inference.infer_shapes` API performs both type and shape inference simultaneously. Type inference is guaranteed...