Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
34
void ObjectBag::insert(NVCVAllocatorHandle handle)
35
{
36
m_objs.push([handle]() { nvcvAllocatorDecRef(handle, nullptr); });
37
}
38
39
} // namespace nvcv::test
Callers
9
Cache
Method · 0.45
stress_test_inference.py
File · 0.45
testCropFlipNormalizeReformatPad
Function · 0.45
computeHistogram
Function · 0.45
computeHistogramWithMask
Function · 0.45
GetLabels
Function · 0.45
Relabel
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
Calls
1
push
Method · 0.45
Tested by
7
testCropFlipNormalizeReformatPad
Function · 0.36
computeHistogram
Function · 0.36
computeHistogramWithMask
Function · 0.36
GetLabels
Function · 0.36
Relabel
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36