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

Method reset

python/mod_cvcuda/WorkspaceCache.hpp:80–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 }
79
80 void reset()
81 {
82 if (m_destructor)
83 {
84 m_destructor(*this);
85 m_destructor = {};
86 }
87 wsMem() = {};
88 }
89
90 explicit operator bool() const noexcept
91 {

Callers 3

CachedWorkspaceMemClass · 0.45
loadMethod · 0.45
submitSyncMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected