MCPcopy 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
30void StreamStack::pop()
31{
32 std::unique_lock lk(m_mtx);
33 m_stack.pop();
34}
35
36std::shared_ptr<Stream> StreamStack::top()
37{

Callers 7

deactivateMethod · 0.45
ExportMethod · 0.45
TESTFunction · 0.45
~ObjectBagMethod · 0.45
pop_rangeMethod · 0.45
finalizeMethod · 0.45
run_benchFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36