Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ getPluginNamespace
Method
getPluginNamespace
plugin/specialSlicePlugin/specialSlicePlugin.cpp:122–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
}
121
122
char const* SpecialSlice::getPluginNamespace() const noexcept
123
{
124
return mNameSpace.c_str();
125
}
126
127
size_t SpecialSlice::getSerializationSize() const noexcept
128
{
Callers
nothing calls this directly
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected