Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A DHistogramKernel.cpp288 std::vector<double> &leftmost_edges, std::vector<double> &rightmost_edges) { in infer_bin_edges_from_input()
302 std::vector<double> &leftmost_edges, std::vector<double> &rightmost_edges) { in histogram_select_outer_bin_edges_impl()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DHistogram.cpp166 std::vector<double> leftmost_edges(N, 0.); in select_outer_bin_edges() local