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

Method setPluginNamespace

plugin/priorBoxPlugin/priorBoxPlugin.cpp:294–298  ·  view source on GitHub ↗

Set plugin namespace

Source from the content-addressed store, hash-verified

292
293// Set plugin namespace
294void PriorBox::setPluginNamespace(char const* pluginNamespace) noexcept
295{
296 PLUGIN_VALIDATE(pluginNamespace != nullptr);
297 mPluginNamespace = pluginNamespace;
298}
299
300char const* PriorBox::getPluginNamespace() const noexcept
301{

Callers 3

cloneMethod · 0.45
createPluginMethod · 0.45
deserializePluginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected