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

Method setPluginNamespace

plugin/specialSlicePlugin/specialSlicePlugin.cpp:117–120  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117void SpecialSlice::setPluginNamespace(char const* libNamespace) noexcept
118{
119 mNameSpace = libNamespace;
120}
121
122char const* SpecialSlice::getPluginNamespace() const noexcept
123{

Callers 1

cloneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected