Searched defs:StridedDataReader (Results 1 – 1 of 1) sorted by relevance
39 struct StridedDataReader { struct40 StridedDataReader(const int64* begin, int stride) in StridedDataReader() function43 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE int operator()(int idx) const { in operator ()()47 const int64* begin_;48 const int stride_;