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

Function batches

extensions/include/cuMat/src/MatrixBase.h:48–48  ·  view source on GitHub ↗

* \brief Returns the number of batches of this matrix. * \returns the number of batches. */

Source from the content-addressed store, hash-verified

46 * \returns the number of batches.
47 */
48 __host__ __device__ CUMAT_STRONG_INLINE Index batches() const { return derived().batches(); }
49 /**
50 * \brief Returns the total number of entries in this matrix.
51 * This value is computed as \code rows()*cols()*batches()* \endcode

Callers 1

sizeFunction · 0.70

Calls 1

batchesMethod · 0.45

Tested by

no test coverage detected