anijain2305 commented on a change in pull request #4357: [Relay tests][WIP]
AlterOpLayout - Temporary attr update
URL: https://github.com/apache/incubator-tvm/pull/4357#discussion_r347221576
##########
File path: tests/python/relay/test_pass_alter_op_layout.py
##########
@@ -31,6 +31,17 @@ def run_opt_pass(expr, passes):
entry = mod["main"]
return entry if isinstance(expr, relay.Function) else entry.body
+def reset_retrieve_alter_op_layout(op_name, alter_layout):
Review comment:
Now I understood what you meant. Thanks for your patience (and teaching new
practices) :)
----------------------------------------------------------------
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