Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorShape.cpp2060 const auto* ptr_sorted_start = ptr_sorted; in index_select_sparse_cpu() local
2073 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()