| 604 | } |
| 605 | |
| 606 | void BatchedNMSPlugin::setCaffeSemantics(bool caffeSemantics) noexcept |
| 607 | { |
| 608 | mCaffeSemantics = caffeSemantics; |
| 609 | } |
| 610 | |
| 611 | void BatchedNMSDynamicPlugin::setCaffeSemantics(bool caffeSemantics) noexcept |
| 612 | { |
no outgoing calls
no test coverage detected