ZihengJiang commented on pull request #7084:
URL: https://github.com/apache/tvm/pull/7084#issuecomment-747613626
@tkonolige
This will generate a function that only evaluate but not return:
``` python
def func(a, b):
c = a + b
# return c
```
Think and have a try by yourself would make you understand other's PR.
----------------------------------------------------------------
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]