Home
last modified time | relevance | path

Searched defs:bin_edges_out (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DHistogram.cpp237 std::vector<Tensor> bin_edges_out(N); in allocate_bin_edges_tensors() local
263 std::vector<Tensor> bin_edges_out = allocate_bin_edges_tensors(self); in _histogramdd() local
276 std::vector<Tensor>& bin_edges_out) { in histogramdd_bin_edges_out()
301 std::vector<Tensor> bin_edges_out = allocate_bin_edges_tensors(self); in histogramdd_bin_edges() local
326 std::vector<Tensor> bin_edges_out = allocate_bin_edges_tensors(self); in _histogramdd() local
384 Tensor bin_edges_out = at::empty({0}, self.options()); in histogram() local