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

Method getPluginName

plugin/fcPlugin/fcPlugin.cpp:724–727  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

722}
723
724char const* FCPluginDynamicCreator::getPluginName() const noexcept
725{
726 return kFC_NAME;
727}
728
729char const* FCPluginDynamicCreator::getPluginVersion() const noexcept
730{

Callers 2

addPluginCreatorMethod · 0.45
parseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected