Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ setPluginNamespace
Method
setPluginNamespace
plugin/bertQKVToContextPlugin/qkvToContextPlugin.cpp:425–428 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
423
}
424
425
void QKVToContextPluginDynamic::setPluginNamespace(char const* libNamespace) noexcept
426
{
427
mNamespace = libNamespace;
428
}
429
430
char const* QKVToContextPluginDynamic::getPluginNamespace() const noexcept
431
{
Callers
1
clone
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected