MCPcopy Create free account
hub / github.com/CVCUDA/CV-CUDA / ArrayWrapData

Method ArrayWrapData

src/nvcv/src/priv/ArrayWrapData.cpp:71–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71ArrayWrapData::ArrayWrapData(const NVCVArrayData &data, NVCVArrayDataCleanupFunc cleanup, void *ctxCleanup)
72 : m_data{data}
73 , m_cleanup{cleanup}
74 , m_ctxCleanup{ctxCleanup}
75{
76 m_target = ValidateArrayBuffer(data);
77}
78
79ArrayWrapData::~ArrayWrapData()
80{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected