Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ getNbOutputs
Method
getNbOutputs
plugin/fcPlugin/fcPlugin.cpp:647–650 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
645
}
646
647
int32_t FCPluginDynamic::getNbOutputs() const noexcept
648
{
649
return 1;
650
}
651
652
int32_t FCPluginDynamic::initialize() noexcept
653
{
Callers
1
parse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected