Home
last modified time | relevance | path

Searched refs:allocate_bin_edges_tensors (Results 1 – 1 of 1) sorted by relevance

/external/pytorch/aten/src/ATen/native/
DHistogram.cpp234 static std::vector<Tensor> allocate_bin_edges_tensors(const Tensor& self) { in allocate_bin_edges_tensors() function
263 std::vector<Tensor> bin_edges_out = allocate_bin_edges_tensors(self); in _histogramdd()
301 std::vector<Tensor> bin_edges_out = allocate_bin_edges_tensors(self); in histogramdd_bin_edges()
326 std::vector<Tensor> bin_edges_out = allocate_bin_edges_tensors(self); in _histogramdd()