MCPcopy 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
173void ImageBatchVarShape::popBack(int imgCount)
174{
175 m_impl.popBack(imgCount);
176 m_list.erase(m_list.end() - imgCount, m_list.end());
177}
178
179void ImageBatchVarShape::clear()
180{

Callers 2

CAPI.cppFile · 0.45
TESTFunction · 0.45

Calls 2

eraseMethod · 0.45
endMethod · 0.45

Tested by 1

TESTFunction · 0.36