Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ getPluginNamespace
Method
getPluginNamespace
plugin/detectionLayerPlugin/detectionLayerPlugin.cpp:212–215 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
210
}
211
212
char const* DetectionLayer::getPluginNamespace() const noexcept
213
{
214
return mNameSpace.c_str();
215
}
216
217
size_t DetectionLayer::getSerializationSize() const noexcept
218
{
Callers
nothing calls this directly
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected