masahi commented on issue #10050: URL: https://github.com/apache/tvm/issues/10050#issuecomment-1022681200
Yeah that's a good question. The way I did it was, first put `print(graph`) after https://github.com/apache/tvm/blob/095b63935efdd42effc0298998d67838086b7b26/python/tvm/relay/frontend/pytorch.py#L3913 and find `aten::copy_`. The dump shows for each `aten::` op its corresponding location in the python source code. That's how I found that code in `anchor_utils.py`. -- 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]
