Searched defs:StridedDataReader (Results 1 – 1 of 1) sorted by relevance
52 struct StridedDataReader { struct53 StridedDataReader(const int64* begin, int stride) in StridedDataReader() argument56 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE int operator()(int idx) const { in operator ()()60 const int64* begin_;61 const int stride_;