Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ setPluginNamespace
Method
setPluginNamespace
plugin/specialSlicePlugin/specialSlicePlugin.cpp:117–120 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
115
}
116
117
void SpecialSlice::setPluginNamespace(char const* libNamespace) noexcept
118
{
119
mNameSpace = libNamespace;
120
}
121
122
char const* SpecialSlice::getPluginNamespace() const noexcept
123
{
Callers
1
clone
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected