vinx13 opened a new pull request, #14410: URL: https://github.com/apache/tvm/pull/14410
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 -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
