Rate this Page

Function at::batch_norm_backward_elemt#

Function Documentation#

inline at::Tensor at::batch_norm_backward_elemt(const at::Tensor &grad_out, const at::Tensor &input, const at::Tensor &mean, const at::Tensor &invstd, const ::std::optional<at::Tensor> &weight, const at::Tensor &sum_dy, const at::Tensor &sum_dy_xmu, const at::Tensor &count)#