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

Method BatchedNMSDynamicPlugin

plugin/batchedNMSPlugin/batchedNMSPlugin.cpp:96–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96BatchedNMSDynamicPlugin::BatchedNMSDynamicPlugin(NMSParameters params)
97 : param(params)
98{
99 mPluginStatus = checkParams(param);
100 PLUGIN_VALIDATE(mPluginStatus == STATUS_SUCCESS);
101}
102
103BatchedNMSDynamicPlugin::BatchedNMSDynamicPlugin(void const* data, size_t length)
104{

Callers

nothing calls this directly

Calls 1

checkParamsFunction · 0.85

Tested by

no test coverage detected