MasterJH5574 opened a new pull request, #14338:
URL: https://github.com/apache/tvm/pull/14338

   * Add the support of `exp` for the FX translator.
   * Previously the way FX translator dealt with `None` in torch tensor slice 
(e.g., `x[:, None, None]`) is not right. This PR fixes this issue. 
Specifically, the `None` here means dim expansion, and the previous impl 
mistakenly increases the dim counter when seeing `None`, which will lead to dim 
counter out-of-range issue in the end.


-- 
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