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

Method CachedWorkspaceMem

python/mod_cvcuda/WorkspaceCache.hpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47{
48public:
49 CachedWorkspaceMem()
50 : cvcuda::WorkspaceMem({})
51 {
52 assert(data == nullptr);
53 assert(ready == nullptr);
54 }
55
56 CachedWorkspaceMem(const cvcuda::WorkspaceMem &mem, WorkspaceMemDestructor_t destructor)
57 : cvcuda::WorkspaceMem(mem)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected