Shortcuts

Function at::_batch_norm_no_update

Function Documentation

inline ::std::tuple<at::Tensor, at::Tensor, at::Tensor, at::Tensor> at::_batch_norm_no_update(const at::Tensor &input, const ::std::optional<at::Tensor> &weight, const ::std::optional<at::Tensor> &bias, const ::std::optional<at::Tensor> &running_mean, const ::std::optional<at::Tensor> &running_var, double momentum, double eps)

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