-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix tvm.relay.build() docs #6940
Conversation
|
||
Parameters | ||
---------- | ||
mod : :py:class:`~tvm.IRModule` | ||
The IR module to build. Using relay.Function is deprecated. | ||
|
||
target : str, :any:`tvm.target.Target`, or dict of str(i.e. device/context | ||
name) to str/tvm.target.Target, optional | ||
target : str, :any:`tvm.target.Target`, or dict of str(i.e. device/context name) to str/tvm.target.Target, optional |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you need a # pylint: disable=line-too-long
at the end of this line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added around the comment.
Can we use black to format it? |
Hi @zhiics , |
Looks like some line breaks are corrupting the
tvm.relay.build
docs:Parameters