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

Method setCaffeSemantics

plugin/batchedNMSPlugin/batchedNMSPlugin.cpp:606–609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

604}
605
606void BatchedNMSPlugin::setCaffeSemantics(bool caffeSemantics) noexcept
607{
608 mCaffeSemantics = caffeSemantics;
609}
610
611void BatchedNMSDynamicPlugin::setCaffeSemantics(bool caffeSemantics) noexcept
612{

Callers 2

cloneMethod · 0.80
createPluginMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected