| 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(); |
| 144 | } |
| 145 | |
| 146 | __device__ CUMAT_STRONG_INLINE LeftScalar getLeft(Index row, Index col, Index batch, Index linear) const |
| 147 | { |