torch.HistogramResult export interface HistogramResult { hist: Tensor; bin_edges: Tensor; } hist(Tensor)bin_edges(Tensor) Result type for histogram operation