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

Method batches

extensions/include/cuMat/src/DenseLinAlgOps.h:633–633  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

631 __host__ __device__ CUMAT_STRONG_INLINE Index rows() const { return matrix_.rows(); }
632 __host__ __device__ CUMAT_STRONG_INLINE Index cols() const { return matrix_.cols(); }
633 __host__ __device__ CUMAT_STRONG_INLINE Index batches() const { return matrix_.batches(); }
634};
635
636namespace internal

Callers 4

batchesMethod · 0.45
evalImplMethod · 0.45
evalImplMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected