Shortcuts

Function at::quantized_batch_norm

Function Documentation

inline at::Tensor at::quantized_batch_norm(const at::Tensor &input, const ::std::optional<at::Tensor> &weight, const ::std::optional<at::Tensor> &bias, const at::Tensor &mean, const at::Tensor &var, double eps, double output_scale, int64_t output_zero_point)

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