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

Method setPluginNamespace

plugin/regionPlugin/regionPlugin.cpp:421–424  ·  view source on GitHub ↗

Set plugin namespace

Source from the content-addressed store, hash-verified

419
420// Set plugin namespace
421void Region::setPluginNamespace(char const* pluginNamespace) noexcept
422{
423 mPluginNamespace = pluginNamespace;
424}
425
426char const* Region::getPluginNamespace() const noexcept
427{

Callers 3

cloneMethod · 0.45
createPluginMethod · 0.45
deserializePluginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected