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

Method destroy

plugin/fcPlugin/fcPlugin.cpp:684–691  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

682}
683
684void FCPluginDynamic::destroy() noexcept
685{
686 gLogVerbose << "FCPluginDynamic destroy\n";
687 // This gets called when the network containing plugin is destroyed
688 mLtContext.destroy();
689 mWdev.reset(nullptr);
690 delete this;
691}
692
693void FCPluginDynamic::setPluginNamespace(char const* libNamespace) noexcept
694{

Callers 2

configurePluginMethod · 0.45
pyCaffe.cppFile · 0.45

Calls 1

resetMethod · 0.45

Tested by

no test coverage detected