| 70 | } |
| 71 | |
| 72 | BatchedNMSPlugin::BatchedNMSPlugin(NMSParameters params) |
| 73 | : param(params) |
| 74 | { |
| 75 | mPluginStatus = checkParams(param); |
| 76 | PLUGIN_VALIDATE(mPluginStatus == STATUS_SUCCESS); |
| 77 | } |
| 78 | |
| 79 | BatchedNMSPlugin::BatchedNMSPlugin(void const* data, size_t length) |
| 80 | { |
nothing calls this directly
no test coverage detected