Searched refs:ptr_sorted_start (Results 1 – 1 of 1) sorted by relevance
2060 const auto* ptr_sorted_start = ptr_sorted; in index_select_sparse_cpu() local2073 const auto src_val_lb = std::lower_bound(ptr_sorted_start, ptr_sorted_end, src_val); in index_select_sparse_cpu()2083 const auto src_val_ub = std::upper_bound(ptr_sorted_start, ptr_sorted_end, src_val); in index_select_sparse_cpu()2086 const int64_t j = src_val_lb - ptr_sorted_start; in index_select_sparse_cpu()