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

Method setScoreBits

plugin/nmsPlugin/nmsPlugin.cpp:367–370  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

365}
366
367void DetectionOutput::setScoreBits(int32_t scoreBits) noexcept
368{
369 mScoreBits = scoreBits;
370}
371
372void DetectionOutputDynamic::setScoreBits(int32_t scoreBits) noexcept
373{

Callers 2

cloneMethod · 0.45
createPluginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected