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

Method getPluginNamespace

plugin/gridAnchorPlugin/gridAnchorPlugin.cpp:304–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

302}
303
304char const* GridAnchorGenerator::getPluginNamespace() const noexcept
305{
306 return mPluginNamespace.c_str();
307}
308
309#include <iostream>
310// Return the DataType of the plugin output at the requested index

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected