Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/sparse/
H A Dkernels_gpu.cu.cc39 struct StridedDataReader { struct
40 StridedDataReader(const int64* begin, int stride) in StridedDataReader() function
43 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE int operator()(int idx) const { in operator ()()
47 const int64* begin_;
48 const int stride_;