Searched defs:leftmost_edges (Results 1 – 2 of 2) sorted by relevance
288 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()
166 std::vector<double> leftmost_edges(N, 0.); in select_outer_bin_edges() local