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

Method setClipParam

plugin/batchedNMSPlugin/batchedNMSPlugin.cpp:586–589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

584}
585
586void BatchedNMSPlugin::setClipParam(bool clip) noexcept
587{
588 mClipBoxes = clip;
589}
590
591void BatchedNMSDynamicPlugin::setClipParam(bool clip) noexcept
592{

Callers 2

cloneMethod · 0.80
createPluginMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected