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

Method setPluginNamespace

plugin/nmsPlugin/nmsPlugin.cpp:419–422  ·  view source on GitHub ↗

Set plugin namespace

Source from the content-addressed store, hash-verified

417
418// Set plugin namespace
419void DetectionOutput::setPluginNamespace(char const* pluginNamespace) noexcept
420{
421 mPluginNamespace = pluginNamespace;
422}
423
424void DetectionOutputDynamic::setPluginNamespace(char const* pluginNamespace) noexcept
425{

Callers 3

cloneMethod · 0.45
createPluginMethod · 0.45
deserializePluginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected