Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ setClipParam
Method
setClipParam
plugin/batchedNMSPlugin/batchedNMSPlugin.cpp:586–589 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
584
}
585
586
void BatchedNMSPlugin::setClipParam(bool clip) noexcept
587
{
588
mClipBoxes = clip;
589
}
590
591
void BatchedNMSDynamicPlugin::setClipParam(bool clip) noexcept
592
{
Callers
2
clone
Method · 0.80
createPlugin
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected