Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/TensorRT
/ getPluginNamespace
Method
getPluginNamespace
plugin/normalizePlugin/normalizePlugin.cpp:189–192 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
187
}
188
189
char const* Normalize::getPluginNamespace() const noexcept
190
{
191
return mPluginNamespace.c_str();
192
}
193
194
// Return the DataType of the plugin output at the requested index
195
DataType Normalize::getOutputDataType(
Callers
nothing calls this directly
Calls
1
c_str
Method · 0.80
Tested by
no test coverage detected