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

Method innerSize

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

Source from the content-addressed store, hash-verified

219 return left_.batches();
220 }
221 __host__ __device__ CUMAT_STRONG_INLINE Index innerSize() const
222 {
223 return TransposedLeft ? left_.rows() : left_.cols();
224 //equivalent:
225 //return _TransposedRight ? right_.cols() : right_.rows();
226 }
227
228public:
229 /*

Callers 1

evalImplMethod · 0.80

Calls 2

rowsMethod · 0.45
colsMethod · 0.45

Tested by

no test coverage detected