Searched refs:histogramdd_prepare_out (Results 1 – 1 of 1) sorted by relevance
/external/pytorch/aten/src/ATen/native/ |
D | Histogram.cpp | 126 void histogramdd_prepare_out(const Tensor& input, const std::vector<int64_t>& bin_ct, in histogramdd_prepare_out() function 150 void histogramdd_prepare_out(const Tensor& input, TensorList bins, in histogramdd_prepare_out() function 154 histogramdd_prepare_out(input, bin_ct, hist, bin_edges); in histogramdd_prepare_out() 250 histogramdd_prepare_out(self, bins, hist, bin_edges); in histogramdd_out() 312 histogramdd_prepare_out(self, bins, hist, bin_edges); in histogramdd_out() 370 histogramdd_prepare_out(reshaped_self, std::vector<int64_t>{bin_ct}, hist, bins_out); in histogram_out() 398 histogramdd_prepare_out(reshaped, std::vector<int64_t>{bin_ct}, hist, bins_out); in histogram_histc_out()
|