Shortcuts

Function at::batch_norm_gather_stats_with_counts_outf

Function Documentation

inline ::std::tuple<at::Tensor&, at::Tensor&> at::batch_norm_gather_stats_with_counts_outf(const at::Tensor &input, const at::Tensor &mean, const at::Tensor &invstd, const ::std::optional<at::Tensor> &running_mean, const ::std::optional<at::Tensor> &running_var, double momentum, double eps, const at::Tensor &counts, at::Tensor &out0, at::Tensor &out1)

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources