shiwenloong opened a new pull request #6232: URL: https://github.com/apache/incubator-tvm/pull/6232
Unbiased variance uses `N-1` as the divisor in the calculation, where N represents the number of elements. `torch.std` and `torch.var` are unbiased by default in pytorch and these unbiased ops can't be converted. This PR adds unbiased variance op and corresponding support in pytorch frontend. @masahi @junrushao1994 Please help to review this PR. Thanks. ---------------------------------------------------------------- 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: [email protected]
