Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ setScoreBits
Method
setScoreBits
plugin/nmsPlugin/nmsPlugin.cpp:367–370 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
365
}
366
367
void DetectionOutput::setScoreBits(int32_t scoreBits) noexcept
368
{
369
mScoreBits = scoreBits;
370
}
371
372
void DetectionOutputDynamic::setScoreBits(int32_t scoreBits) noexcept
373
{
Callers
2
clone
Method · 0.45
createPlugin
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected