• Docs >
  • Library API >
  • Function at::histogram_outf(const at::Tensor&, const at::Tensor&, const ::std::optional<at::Tensor>&, bool, at::Tensor&, at::Tensor&)
  • Edit on GitHub
Shortcuts

Function at::histogram_outf(const at::Tensor&, const at::Tensor&, const ::std::optional<at::Tensor>&, bool, at::Tensor&, at::Tensor&)

Function Documentation

inline ::std::tuple<at::Tensor&, at::Tensor&> at::histogram_outf(const at::Tensor &self, const at::Tensor &bins, const ::std::optional<at::Tensor> &weight, bool density, at::Tensor &hist, at::Tensor &bin_edges)

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