Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ getPluginVersion
Method
getPluginVersion
plugin/fcPlugin/fcPlugin.cpp:642–645 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
640
}
641
642
char const* FCPluginDynamic::getPluginVersion() const noexcept
643
{
644
return kFC_VERSION;
645
}
646
647
int32_t FCPluginDynamic::getNbOutputs() const noexcept
648
{
Callers
1
addPluginCreator
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected