Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
207
void 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
Detect
Function · 0.45
task
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected