MCPcopy Create free account
hub / github.com/CVCUDA/CV-CUDA / popBack

Method popBack

python/mod_cvcuda/nvcv/TensorBatch.cpp:178–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176}
177
178void TensorBatch::popBack(int tensorCount)
179{
180 m_impl.popTensors(tensorCount);
181 m_list.erase(m_list.end() - tensorCount, m_list.end());
182}
183
184void TensorBatch::clear()
185{

Callers

nothing calls this directly

Calls 3

popTensorsMethod · 0.45
eraseMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected