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

Function deepClone

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

Source from the content-addressed store, hash-verified

1218 */
1219 template<int _TargetFlags = _Flags>
1220 CUMAT_STRONG_INLINE Matrix<_Scalar, _Rows, _Columns, _Batches, _TargetFlags> deepClone() const
1221 {
1222 Matrix<_Scalar, _Rows, _Columns, _Batches, _TargetFlags> mat(rows(), cols(), batches());
1223 deepCloneImpl(mat);
1224 return mat;
1225 }
1226
1227 // STATIC METHODS AND OTHER HELPERS
1228 /**

Callers 1

Matrix.hFile · 0.70

Calls 4

deepCloneImplFunction · 0.85
rowsFunction · 0.70
colsFunction · 0.70
batchesFunction · 0.70

Tested by

no test coverage detected