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
Prepare updates for release 1.14.0. (#2147)
* Update version information for a new release 1.14.0.
---------
Signed-off-by: Jay Zhang <jiz@microsoft.com>
Add Support for MatMulInteger (#2072)
* 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 <gregory.morse@live.com>
* Update math.py
Signed-off-by: Gregory Morse <gregory.morse@live.com>
* Update support_status.md
Signed-off-by: Gregory Morse <gregory.morse@live.com>
* Update test_backend.py
Signed-off-by: Gregory Morse <gregory.morse@live.com>
Signed-off-by: Gregory Morse <gregory.morse@live.com>
Co-authored-by: Jay Zhang <36183870+fatcat-z@users.noreply.github.com>