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

Method setPluginNamespace

plugin/bertQKVToContextPlugin/qkvToContextPlugin.cpp:425–428  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

423}
424
425void QKVToContextPluginDynamic::setPluginNamespace(char const* libNamespace) noexcept
426{
427 mNamespace = libNamespace;
428}
429
430char const* QKVToContextPluginDynamic::getPluginNamespace() const noexcept
431{

Callers 1

cloneMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected