MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / setPluginNamespace

Method setPluginNamespace

plugin/normalizePlugin/normalizePlugin.cpp:184–187  ·  view source on GitHub ↗

Set plugin namespace

Source from the content-addressed store, hash-verified

182
183// Set plugin namespace
184void Normalize::setPluginNamespace(char const* pluginNamespace) noexcept
185{
186 mPluginNamespace = pluginNamespace;
187}
188
189char const* Normalize::getPluginNamespace() const noexcept
190{

Callers 3

cloneMethod · 0.45
createPluginMethod · 0.45
deserializePluginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected