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

Method getPluginNamespace

plugin/normalizePlugin/normalizePlugin.cpp:189–192  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189char const* Normalize::getPluginNamespace() const noexcept
190{
191 return mPluginNamespace.c_str();
192}
193
194// Return the DataType of the plugin output at the requested index
195DataType Normalize::getOutputDataType(

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected