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

Method rows

extensions/include/cuMat/src/UnaryOps.h:304–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302 {}
303
304 __host__ __device__ CUMAT_STRONG_INLINE Index rows() const { return child_.rows(); }
305 __host__ __device__ CUMAT_STRONG_INLINE Index cols() const { return child_.cols(); }
306 __host__ __device__ CUMAT_STRONG_INLINE Index batches() const { return child_.batches(); }
307

Callers

nothing calls this directly

Calls 1

rowsMethod · 0.45

Tested by

no test coverage detected