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

Method BatchedNMSPlugin

plugin/batchedNMSPlugin/batchedNMSPlugin.cpp:72–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72BatchedNMSPlugin::BatchedNMSPlugin(NMSParameters params)
73 : param(params)
74{
75 mPluginStatus = checkParams(param);
76 PLUGIN_VALIDATE(mPluginStatus == STATUS_SUCCESS);
77}
78
79BatchedNMSPlugin::BatchedNMSPlugin(void const* data, size_t length)
80{

Callers

nothing calls this directly

Calls 1

checkParamsFunction · 0.85

Tested by

no test coverage detected