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

Method getPluginName

plugin/gridAnchorPlugin/gridAnchorPlugin.cpp:383–386  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

381}
382
383char const* GridAnchorBasePluginCreator::getPluginName() const noexcept
384{
385 return mPluginName.c_str();
386}
387
388char const* GridAnchorBasePluginCreator::getPluginVersion() const noexcept
389{

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected