Home
last modified time | relevance | path

Searched defs:SegmentOffsetCreator (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dtopk_op_gpu.h420 struct SegmentOffsetCreator { struct
422 SegmentOffsetCreator(int num_cols) : num_cols_(num_cols) {} in SegmentOffsetCreator() argument
424 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE int operator()(int idx) const { in operator()
428 int num_cols_;