Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ getPluginName
Method
getPluginName
plugin/gridAnchorPlugin/gridAnchorPlugin.cpp:383–386 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
381
}
382
383
char const* GridAnchorBasePluginCreator::getPluginName() const noexcept
384
{
385
return mPluginName.c_str();
386
}
387
388
char const* GridAnchorBasePluginCreator::getPluginVersion() const noexcept
389
{
Callers
nothing calls this directly
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected