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

Method setScoreBits

plugin/batchedNMSPlugin/batchedNMSPlugin.cpp:596–599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

594}
595
596void BatchedNMSPlugin::setScoreBits(int32_t scoreBits) noexcept
597{
598 mScoreBits = scoreBits;
599}
600
601void BatchedNMSDynamicPlugin::setScoreBits(int32_t scoreBits) noexcept
602{

Callers 2

cloneMethod · 0.45
createPluginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected