MCPcopy Create free account
hub / github.com/astra-toolbox/astra-toolbox / CDataStorageDLPackCPU

Class CDataStorageDLPackCPU

python/astra/src/dlpack.cpp:42–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41template<class DLT>
42class CDataStorageDLPackCPU : public astra::CDataMemory<float> {
43public:
44 CDataStorageDLPackCPU(DLT *tensor);
45 virtual ~CDataStorageDLPackCPU();
46
47protected:
48 DLT *m_pTensor;
49
50};
51
52template<class DLT>
53CDataStorageDLPackCPU<DLT>::CDataStorageDLPackCPU(DLT *tensor_m)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected