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

Function detectionForwardPreNMSSize

plugin/common/nmsHelper.cpp:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57size_t detectionForwardPreNMSSize(int32_t N, int32_t C2)
58{
59 PLUGIN_ASSERT(sizeof(float) == sizeof(int32_t));
60 return N * C2 * sizeof(float);
61}
62
63size_t detectionForwardPostNMSSize(int32_t N, int32_t numClasses, int32_t topK)
64{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected