Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dunique_op_gpu.cu.h50 const T* __restrict__ sorted_input_ptr_; member
52 : sorted_input_ptr_(sorted_input_ptr) {} in SegmentIndicatorFunctor()
54 return i > 0 && sorted_input_ptr_[i] != sorted_input_ptr_[i - 1]; in operator()