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

Method setPluginNamespace

plugin/fcPlugin/fcPlugin.cpp:693–704  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

691}
692
693void FCPluginDynamic::setPluginNamespace(char const* libNamespace) noexcept
694{
695 try
696 {
697 PLUGIN_VALIDATE(libNamespace != nullptr);
698 mNamespace = libNamespace;
699 }
700 catch (std::exception const& e)
701 {
702 caughtError(e);
703 }
704}
705
706char const* FCPluginDynamic::getPluginNamespace() const noexcept
707{

Callers 3

cloneMethod · 0.45
cloneMethod · 0.45
addPluginCreatorMethod · 0.45

Calls 1

caughtErrorFunction · 0.85

Tested by

no test coverage detected