Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CVCUDA/CV-CUDA
/ popBack
Method
popBack
python/mod_cvcuda/nvcv/ImageBatch.cpp:173–177 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
171
}
172
173
void ImageBatchVarShape::popBack(int imgCount)
174
{
175
m_impl.popBack(imgCount);
176
m_list.erase(m_list.end() - imgCount, m_list.end());
177
}
178
179
void ImageBatchVarShape::clear()
180
{
Callers
2
CAPI.cpp
File · 0.45
TEST
Function · 0.45
Calls
2
erase
Method · 0.45
end
Method · 0.45
Tested by
1
TEST
Function · 0.36