wangzhenyu32 opened a new issue, #11451:
URL: https://github.com/apache/tvm/issues/11451

   
   ### Expected behavior
   
   expect to support qunatize leaky_relu  when using 
relay.frontend.from_pytorch import a qat model
   
   ### Environment
   
   tvm branch main for x86
   
   ### Steps to reproduce
       mod, params = relay.frontend.from_pytorch(jit_model, input_shapes)
     File "/root/test/tvm/python/tvm/relay/frontend/pytorch.py", line 4070, in 
from_pytorch
       converter.report_missing_conversion(op_names)
     File "/root/test/tvm/python/tvm/relay/frontend/pytorch.py", line 3275, in 
report_missing_conversion
       raise NotImplementedError(msg)
   NotImplementedError: The following operators are not implemented: 
['quantized::leaky_relu']
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to