Home
last modified time | relevance | path

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

/external/pytorch/aten/src/ATen/native/
DTensorCompare.cpp480 Tensor sorted_except_last = sorted_elements.slice(0, 0, -1); in isin_sorting() local
482 … invert ? sorted_except_first.ne(sorted_except_last) : sorted_except_first.eq(sorted_except_last)); in isin_sorting()