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

Method setPluginNamespace

plugin/flattenConcat/flattenConcat.cpp:236–246  ·  view source on GitHub ↗

Set plugin namespace

Source from the content-addressed store, hash-verified

234
235// Set plugin namespace
236void FlattenConcat::setPluginNamespace(char const* pluginNamespace) noexcept
237{
238 try
239 {
240 mPluginNamespace = pluginNamespace;
241 }
242 catch (std::exception const& e)
243 {
244 caughtError(e);
245 }
246}
247
248char const* FlattenConcat::getPluginNamespace() const noexcept
249{

Callers 3

cloneMethod · 0.45
createPluginMethod · 0.45
deserializePluginMethod · 0.45

Calls 1

caughtErrorFunction · 0.85

Tested by

no test coverage detected