| 58 | static __host__ __device__ CUMAT_STRONG_INLINE Index rows() { return _Rows; } |
| 59 | static __host__ __device__ CUMAT_STRONG_INLINE Index cols() { return _Columns; } |
| 60 | static __host__ __device__ CUMAT_STRONG_INLINE Index batches() { return _Batches; } |
| 61 | __host__ __device__ CUMAT_STRONG_INLINE const _Scalar *data() const { return data_.pointer(); } |
| 62 | __host__ __device__ CUMAT_STRONG_INLINE _Scalar *data() { return data_.pointer(); } |
| 63 | CUMAT_STRONG_INLINE const DevicePointer<_Scalar>& dataPointer() const { return data_; } |
no outgoing calls
no test coverage detected