Skip to content
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

[Relay] Use f-strings for string formatting, NFC #14838

Merged
merged 2 commits into from
May 13, 2023

Conversation

kparzysz-quic
Copy link
Contributor

Replace uses of % and .format() with f-strings.

Reformat modified files.

@tvm-bot
Copy link
Collaborator

tvm-bot commented May 12, 2023

Thanks for contributing to TVM! Please refer to the contributing guidelines https://tvm.apache.org/docs/contribute/ for useful information and tips. Please request code reviews from Reviewers by @-ing them in a comment.

Generated by tvm-bot

Copy link
Contributor

@slyubomirsky slyubomirsky left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for tidying up the code base!

Replace uses of % and .format() with f-strings.

Reformat modified files.
@kparzysz-quic kparzysz-quic merged commit 3756b71 into apache:main May 13, 2023
@kparzysz-quic kparzysz-quic deleted the f-strings-4 branch May 13, 2023 14:20
masahi pushed a commit to masahi/tvm that referenced this pull request May 13, 2023
* [Relay] Use f-strings for string formatting, NFC

Replace uses of % and .format() with f-strings.

Reformat modified files.

* Fix typo in python/tvm/relay/frontend/tensorflow_ops.py

`0[s0_size] -> s0[s0_size]`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants