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

Method setPluginNamespace

plugin/proposalPlugin/proposalPlugin.cpp:511–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

509}
510
511void ProposalPlugin::setPluginNamespace(char const* libNamespace) noexcept
512{
513 try
514 {
515 PLUGIN_VALIDATE(libNamespace == nullptr);
516 mNamespace = libNamespace;
517 }
518 catch (std::exception const& e)
519 {
520 caughtError(e);
521 }
522}
523
524void ProposalDynamicPlugin::setPluginNamespace(char const* libNamespace) noexcept
525{

Callers 3

cloneMethod · 0.45
createPluginMethod · 0.45
deserializePluginMethod · 0.45

Calls 1

caughtErrorFunction · 0.85

Tested by

no test coverage detected