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

Method get

python/mod_cvcuda/WorkspaceCache.hpp:230–233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228{
229public:
230 cvcuda::Workspace get() const
231 {
232 return {m_host, m_pinned, m_cuda};
233 }
234
235 ~WorkspaceLease();
236

Callers 2

getMethod · 0.45
createMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected