Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CVCUDA/CV-CUDA
/ pop
Method
pop
python/mod_cvcuda/nvcv/StreamStack.cpp:30–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
void StreamStack::pop()
31
{
32
std::unique_lock lk(m_mtx);
33
m_stack.pop();
34
}
35
36
std::shared_ptr<Stream> StreamStack::top()
37
{
Callers
7
deactivate
Method · 0.45
Export
Method · 0.45
TEST
Function · 0.45
~ObjectBag
Method · 0.45
pop_range
Method · 0.45
finalize
Method · 0.45
run_bench
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36