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

Method getPluginNamespace

plugin/detectionLayerPlugin/detectionLayerPlugin.cpp:212–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210}
211
212char const* DetectionLayer::getPluginNamespace() const noexcept
213{
214 return mNameSpace.c_str();
215}
216
217size_t DetectionLayer::getSerializationSize() const noexcept
218{

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected