Searched defs:SegmentIndicatorFunctor (Results 1 – 1 of 1) sorted by relevance
49 struct SegmentIndicatorFunctor { struct51 SegmentIndicatorFunctor(const T* sorted_input_ptr) in SegmentIndicatorFunctor() argument53 __device__ bool operator()(const TIndex& i) const { in operator()