Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ setScoreBits
Method
setScoreBits
plugin/batchedNMSPlugin/batchedNMSPlugin.cpp:596–599 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
594
}
595
596
void BatchedNMSPlugin::setScoreBits(int32_t scoreBits) noexcept
597
{
598
mScoreBits = scoreBits;
599
}
600
601
void BatchedNMSDynamicPlugin::setScoreBits(int32_t scoreBits) noexcept
602
{
Callers
2
clone
Method · 0.45
createPlugin
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected