HistogramBinEdgesΒΆ
Compute the bin edges for a histogram.
Abstract Signature:
HistogramBinEdges(a: Tensor, bins: int | Tensor = 10, range: tuple | None, weights: Tensor | None)
Compute the bin edges for a histogram.
Abstract Signature:
HistogramBinEdges(a: Tensor, bins: int | Tensor = 10, range: tuple | None, weights: Tensor | None)