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

Method batches

extensions/include/cuMat/src/NullaryOps.h:67–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 __host__ __device__ CUMAT_STRONG_INLINE Index rows() const { return rows_; }
66 __host__ __device__ CUMAT_STRONG_INLINE Index cols() const { return cols_; }
67 __host__ __device__ CUMAT_STRONG_INLINE Index batches() const { return batches_; }
68
69 __device__ CUMAT_STRONG_INLINE Scalar coeff(Index row, Index col, Index batch, Index linear) const
70 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected