onnxruntime
d186e283 - [WebNN] Support MatMulInteger op (#24687)

Commit
233 days ago
[WebNN] Support MatMulInteger op (#24687) WebNN doesn't provide a dedicated op for `MatMulInteger`, this PR supports `MatMulInteger` by decomposing it into `DequantizeLinear A, B -> MatMul -> Cast (to int32)` and makes some code optimization BTW.
Author
Parents
Loading