shiwenloong edited a comment on pull request #6232:
URL: https://github.com/apache/incubator-tvm/pull/6232#issuecomment-670835116


   > Do we need to introduce new Relay ops? Can we just add `unbiased` argument 
to existing ops like PyTorch?
   
   The existing variance op is a reduce op, and all reduce ops take `axis`, 
`keepdims` and `exclude` as attributes. I think adding `unbiased` argument to 
variance op will change the consistency. It will also bring more work to 
isolate the variance op from reduce ops.


----------------------------------------------------------------
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]


Reply via email to