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

Method getPluginNamespace

plugin/specialSlicePlugin/specialSlicePlugin.cpp:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122char const* SpecialSlice::getPluginNamespace() const noexcept
123{
124 return mNameSpace.c_str();
125}
126
127size_t SpecialSlice::getSerializationSize() const noexcept
128{

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected