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

[TOPI] Add instance_norm operator #14410

Merged
merged 3 commits into from
Mar 30, 2023
Merged

Conversation

vinx13
Copy link
Member

@vinx13 vinx13 commented Mar 27, 2023

This PR added instance_norm operator in TOPI. It's based on tuple reduction that computes mean and variance in one-pass, which is faster than previous implementation. The underlying algorithm is the same as layer norm so this operator is delegated to the layer norm implementation

cc @MasterJH5574 @zxybazh

@tvm-bot
Copy link
Collaborator

tvm-bot commented Mar 27, 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.

  • No users to tag found in teams: topi See #10317 for details

Generated by tvm-bot

@vinx13 vinx13 force-pushed the feat/instance_norm branch 2 times, most recently from 488215c to 5f85c05 Compare March 28, 2023 17:06
@vinx13
Copy link
Member Author

vinx13 commented Mar 28, 2023

@tvm-bot rerun

@tqchen tqchen merged commit 683e7a4 into apache:main Mar 30, 2023
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.

3 participants