Searched refs:_test_histogramdd_numpy (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/pytorch/test/ |
H A D | test_reductions.py | 3201 def _test_histogramdd_numpy(self, t, bins, bin_range, weights, density): member in TestReductions 3283 self._test_histogramdd_numpy(values, bin_ct, None, weights, density) 3287 self._test_histogramdd_numpy(values, bin_ct, None, weights, density) 3292 self._test_histogramdd_numpy(values, bin_ct, bin_range, weights, density) 3297 self._test_histogramdd_numpy(values, bin_ct, bin_range, weights, density) 3312 self._test_histogramdd_numpy(values, bin_edges, None, weights, density)
|