Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ getNbOutputs
Method
getNbOutputs
plugin/nmsPlugin/nmsPlugin.cpp:117–121 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
int32_t DetectionOutput::getNbOutputs() const noexcept
118
{
119
// Plugin layer has 2 outputs
120
return 2;
121
}
122
123
int32_t DetectionOutputDynamic::getNbOutputs() const noexcept
124
{
Callers
1
getOutputDimensions
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected