| 205 | return TransposedLeft ? left_.cols() : left_.rows(); |
| 206 | } |
| 207 | __host__ __device__ CUMAT_STRONG_INLINE Index cols() const |
| 208 | { |
| 209 | if (TransposedOutput) |
| 210 | return TransposedLeft ? left_.cols() : left_.rows(); |
| 211 | else |
| 212 | return TransposedRight ? right_.rows() : right_.cols(); |
| 213 | } |
| 214 | __host__ __device__ CUMAT_STRONG_INLINE Index batches() const |
| 215 | { |
| 216 | if (BatchesLeft == 1) //broadcast left |