SiriusNEO opened a new pull request, #14190:
URL: https://github.com/apache/tvm/pull/14190

   Prior to this PR, TOPI batch_norm only supports inference. 
   
   This PR adds `training: bool` flag and `momentum: float` argument to support 
training mode (update `moving_mean / var` and return), which aligns with 
`torch.nn.functional.batch_norm`.


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

Reply via email to