MCPcopy Create free account
hub / github.com/FeiYull/TensorRT-Alpha / reset

Method reset

efficientdet/efficientdet.cpp:207–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

205}
206
207void EfficientDet::reset()
208{
209 for (size_t bi = 0; bi < m_param.batch_size; bi++)
210 {
211 m_objectss[bi].clear();
212 }
213}
214
215

Callers 2

DetectFunction · 0.45
taskFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected