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

Method insert

tests/common/ObjectBag.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void ObjectBag::insert(NVCVAllocatorHandle handle)
35{
36 m_objs.push([handle]() { nvcvAllocatorDecRef(handle, nullptr); });
37}
38
39} // namespace nvcv::test

Callers 9

CacheMethod · 0.45
computeHistogramFunction · 0.45
computeHistogramWithMaskFunction · 0.45
GetLabelsFunction · 0.45
RelabelFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls 1

pushMethod · 0.45

Tested by 7

computeHistogramFunction · 0.36
computeHistogramWithMaskFunction · 0.36
GetLabelsFunction · 0.36
RelabelFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36