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

Function data

extensions/include/cuMat/src/Matrix.h:713–716  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

711 * \return the underlying device buffer
712 */
713 __host__ __device__ CUMAT_STRONG_INLINE _Scalar* data()
714 {
715 return data_.data();
716 }
717
718 /**
719 * \brief Allows raw read-only access to the underlying buffer.

Callers 4

makeExclusiveUseFunction · 0.85
Matrix.hFile · 0.85
setZeroFunction · 0.85

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected