Rate this Page

Function at::histogram_outf(const at::Tensor&, int64_t, ::std::optional<at::ArrayRef<double>>, 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, int64_t bins, ::std::optional<at::ArrayRef<double>> range, const ::std::optional<at::Tensor> &weight, bool density, at::Tensor &hist, at::Tensor &bin_edges)#