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

Method rows

extensions/include/cuMat/src/TransposeOp.h:136–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 {}
135
136 __host__ __device__ CUMAT_STRONG_INLINE Index rows() const { return matrix_.cols(); }
137 __host__ __device__ CUMAT_STRONG_INLINE Index cols() const { return matrix_.rows(); }
138 __host__ __device__ CUMAT_STRONG_INLINE Index batches() const { return matrix_.batches(); }
139

Callers 4

colsMethod · 0.45
TransposeOpClass · 0.45
evalToImplMethod · 0.45
evalToImplDirectMethod · 0.45

Calls 1

colsMethod · 0.45

Tested by

no test coverage detected