| 61 | } |
| 62 | |
| 63 | size_t detectionForwardPostNMSSize(int32_t N, int32_t numClasses, int32_t topK) |
| 64 | { |
| 65 | PLUGIN_ASSERT(sizeof(float) == sizeof(int32_t)); |
| 66 | return N * numClasses * topK * sizeof(float); |
| 67 | } |
| 68 | } // namespace plugin |
| 69 | } // namespace nvinfer1 |
no outgoing calls
no test coverage detected