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

Method DenseStorage

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

Source from the content-addressed store, hash-verified

37 DevicePointer<_Scalar> data_;
38 public:
39 DenseStorage() : data_(Index(_Rows) * _Columns * _Batches) {}
40 __host__ __device__
41 DenseStorage(const DenseStorage& other) : data_(other.data_) {}
42 DenseStorage& operator=(const DenseStorage& other)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected