MCPcopy Create free account
hub / github.com/Meshcapade/difflocks / cols

Method cols

extensions/include/cuMat/src/ProductOp.h:207–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 4

ProductOpMethod · 0.45
rowsMethod · 0.45
innerSizeMethod · 0.45
evalImplMethod · 0.45

Calls 1

rowsMethod · 0.45

Tested by

no test coverage detected