junrushao1994 commented on code in PR #11089:
URL: https://github.com/apache/tvm/pull/11089#discussion_r855420759


##########
docs/arch/relay_op_strategy.rst:
##########
@@ -278,5 +278,5 @@ model to learn which implementation is used for each 
operator.
 
 .. code:: python
 
-    logging.getLogger("te_compiler").setLevel(logging.INFO)
-    
logging.getLogger("te_compiler").addHandler(logging.StreamHandler(sys.stdout))
+    logging.getLogger("tvm.relay.backend.te_compiler").setLevel(logging.INFO)

Review Comment:
   i'm not an expert in our doc rendering, but looks like `__name__` doesn't 
work in this case? if so, this change looks good to me



-- 
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]

Reply via email to