• Docs >
  • Library API >
  • Function at::histogramdd(const at::Tensor&, at::IntArrayRef, c10::optional<at::ArrayRef<double>>, const c10::optional<at::Tensor>&, bool)
  • Edit on GitHub
Shortcuts

Function at::histogramdd(const at::Tensor&, at::IntArrayRef, c10::optional<at::ArrayRef<double>>, const c10::optional<at::Tensor>&, bool)

Function Documentation

inline ::std::tuple<at::Tensor, ::std::vector<at::Tensor>> at::histogramdd(const at::Tensor &self, at::IntArrayRef bins, c10::optional<at::ArrayRef<double>> range = c10::nullopt, const c10::optional<at::Tensor> &weight = {}, bool density = false)

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