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

Method setPluginNamespace

plugin/gridAnchorPlugin/gridAnchorPlugin.cpp:299–302  ·  view source on GitHub ↗

Set plugin namespace

Source from the content-addressed store, hash-verified

297
298// Set plugin namespace
299void GridAnchorGenerator::setPluginNamespace(char const* pluginNamespace) noexcept
300{
301 mPluginNamespace = pluginNamespace;
302}
303
304char const* GridAnchorGenerator::getPluginNamespace() const noexcept
305{

Callers 3

cloneMethod · 0.45
createPluginMethod · 0.45
deserializePluginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected