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

Method setPluginNamespace

plugin/reorgPlugin/reorgPlugin.cpp:121–124  ·  view source on GitHub ↗

Set plugin namespace

Source from the content-addressed store, hash-verified

119
120// Set plugin namespace
121void Reorg::setPluginNamespace(char const* pluginNamespace) noexcept
122{
123 mPluginNamespace = pluginNamespace;
124}
125
126char const* Reorg::getPluginNamespace() const noexcept
127{

Callers 3

cloneMethod · 0.45
createPluginMethod · 0.45
deserializePluginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected