junrushao1994 commented on a change in pull request #6369:
URL: https://github.com/apache/incubator-tvm/pull/6369#discussion_r485267780
##########
File path: python/tvm/target/target.py
##########
@@ -70,7 +116,7 @@ def current(allow_none=True):
------
ValueError if current target is not set.
"""
- return _ffi_api.GetCurrentTarget(allow_none)
+ return _ffi_api.TargetCurrent(allow_none)
Review comment:
No. The naming relfects that it corresponds to `Target::Current`.
----------------------------------------------------------------
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]