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

Method setPluginNamespace

plugin/efficientNMSPlugin/efficientNMSPlugin.cpp:116–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114}
115
116void EfficientNMSPlugin::setPluginNamespace(char const* pluginNamespace) noexcept
117{
118 try
119 {
120 mNamespace = pluginNamespace;
121 }
122 catch (std::exception const& e)
123 {
124 caughtError(e);
125 }
126}
127
128char const* EfficientNMSPlugin::getPluginNamespace() const noexcept
129{

Callers 3

cloneMethod · 0.45
createPluginMethod · 0.45
deserializePluginMethod · 0.45

Calls 1

caughtErrorFunction · 0.85

Tested by

no test coverage detected