You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add Support for MatMulInteger
MatMulInteger was supported in ONNX opset v10 (not checked in proposed change, the error can be addressed on save), this specific type combination is support in TensorFlow, but the node type not identified and handled properly here.
Handles #2071
Signed-off-by: Gregory Morse <[email protected]>
* Update math.py
Signed-off-by: Gregory Morse <[email protected]>
* Update support_status.md
Signed-off-by: Gregory Morse <[email protected]>
* Update test_backend.py
Signed-off-by: Gregory Morse <[email protected]>
Signed-off-by: Gregory Morse <[email protected]>
Co-authored-by: Jay Zhang <[email protected]>
0 commit comments