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

Method setPluginNamespace

plugin/scatterPlugin/scatterPlugin.cpp:186–189  ·  view source on GitHub ↗

Set plugin namespace

Source from the content-addressed store, hash-verified

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

Callers 3

cloneMethod · 0.45
createPluginMethod · 0.45
deserializePluginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected