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

Method rows

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

Source from the content-addressed store, hash-verified

131 }
132
133 __host__ __device__ CUMAT_STRONG_INLINE Index rows() const
134 {
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();

Callers 1

BinaryOpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected