lsy643 opened a new pull request #5006: fix bug for slice and tile of relay's frontend for tensorflow URL: https://github.com/apache/incubator-tvm/pull/5006 Fix bugs of `def _slice` and `def _tile` in `relay.frontend.tensorflow.py` file. 1. For `def _slice`, the codes added is used to handle situations when the `slice` operation returns an empty result, which will cause a failure when `_transform.InferType()` is called. 2. For `def _tile`, the codes added is used to fix bugs when the `rep` is a `expr.Call`.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
