Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ getNbOutputs
Method
getNbOutputs
plugin/batchedNMSPlugin/batchedNMSPlugin.cpp:120–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
}
119
120
int32_t BatchedNMSPlugin::getNbOutputs() const noexcept
121
{
122
return 4;
123
}
124
125
int32_t BatchedNMSDynamicPlugin::getNbOutputs() const noexcept
126
{
Callers
1
getOutputDimensions
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected