Searched refs:_test_histogram_numpy (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/pytorch/test/ |
H A D | test_reductions.py | 3084 def _test_histogram_numpy(self, t, bins, bin_range, weights, density): member in TestReductions 3154 self._test_histogram_numpy(values, bin_ct, None, weights, density) 3158 self._test_histogram_numpy(values, bin_ct, bin_range, weights, density) 3162 self._test_histogram_numpy(values, bin_ct, bin_range, weights, density) 3172 self._test_histogram_numpy(values, bin_edges, None, weights, density) 3177 self._test_histogram_numpy(values, bin_ct, bin_range, weights, density) 3178 self._test_histogram_numpy(values, bin_edges, None, weights, density) 3186 self._test_histogram_numpy(bin_edges, bin_edges, None, weights, density)
|