masahi commented on code in PR #12646:
URL: https://github.com/apache/tvm/pull/12646#discussion_r960171252
##########
python/tvm/relay/analysis/analysis.py:
##########
@@ -431,3 +431,41 @@ def get_calibration_data(mod, data):
calib_data[gvar] = value
return calib_data
+
+
+def extract_intermdeiate_expr(mod, expr_id):
+ """Extract Relay Expr by the expression ID
Review Comment:
the -> its
--
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]