You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/06/10 16:47:45 UTC

[GitHub] [tvm] Lunderberg opened a new pull request #8237: [AutoTVM] Added @functools.wraps to function decorators

Lunderberg opened a new pull request #8237:
URL: https://github.com/apache/tvm/pull/8237


   This helps in debugging, as the function name, arguments, and docstrings show the function name from the source code instead of the wrapper function.(e.g. `<function tvm.topi.cuda.dense.dense_small_batch(cfg, data, weight, bias=None, out_dtype=None)>` instead of `<function tvm.autotvm.task.topi_integration.register_topi_compute.<locals>._decorate.<locals>.wrapper(*args, **kwargs)>`.)


-- 
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:
users@infra.apache.org



[GitHub] [tvm] masahi merged pull request #8237: [AutoTVM] Added @functools.wraps to function decorators

Posted by GitBox <gi...@apache.org>.
masahi merged pull request #8237:
URL: https://github.com/apache/tvm/pull/8237


   


-- 
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:
users@infra.apache.org