You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/01/12 03:56:43 UTC

[GitHub] [tvm] alnah005 commented on issue #9908: QLinearMatMul works with binary output only [Bug]

alnah005 commented on issue #9908:
URL: https://github.com/apache/tvm/issues/9908#issuecomment-1010606856


   Code to reproduce:
   ```
   import onnx
   from tvm import relay
   m = onnx.load("dense_h32_w32_c3_sNone_pNone_kNone.pt_quant.onnx")
   relay.frontend.from_onnx(m)
   ```
   Error:
   ```
   AssertionError: Cannot squeeze tensor shape (20,) to scalar form.
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org