| 135 | return BroadcastRowsRight ? left_.rows() : right_.rows(); |
| 136 | } |
| 137 | __host__ __device__ CUMAT_STRONG_INLINE Index cols() const |
| 138 | { |
| 139 | return BroadcastColsRight ? left_.cols() : right_.cols(); |
| 140 | } |
| 141 | __host__ __device__ CUMAT_STRONG_INLINE Index batches() const |
| 142 | { |
| 143 | return BroadcastBatchesRight ? left_.batches() : right_.batches(); |