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

Method setPluginNamespace

plugin/batchedNMSPlugin/batchedNMSPlugin.cpp:532–542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

530}
531
532void BatchedNMSPlugin::setPluginNamespace(char const* pluginNamespace) noexcept
533{
534 try
535 {
536 mNamespace = pluginNamespace;
537 }
538 catch (std::exception const& e)
539 {
540 caughtError(e);
541 }
542}
543
544char const* BatchedNMSPlugin::getPluginNamespace() const noexcept
545{

Callers 3

cloneMethod · 0.45
createPluginMethod · 0.45
deserializePluginMethod · 0.45

Calls 1

caughtErrorFunction · 0.85

Tested by

no test coverage detected