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

Method getPluginVersion

plugin/fcPlugin/fcPlugin.cpp:642–645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

640}
641
642char const* FCPluginDynamic::getPluginVersion() const noexcept
643{
644 return kFC_VERSION;
645}
646
647int32_t FCPluginDynamic::getNbOutputs() const noexcept
648{

Callers 1

addPluginCreatorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected