| 59 | {} |
| 60 | |
| 61 | __host__ __device__ CUMAT_STRONG_INLINE Index rows() const { return child_.rows(); } |
| 62 | __host__ __device__ CUMAT_STRONG_INLINE Index cols() const { return child_.cols(); } |
| 63 | __host__ __device__ CUMAT_STRONG_INLINE Index batches() const { return child_.batches(); } |
| 64 |
no outgoing calls
no test coverage detected