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

Method getNbOutputs

plugin/batchedNMSPlugin/batchedNMSPlugin.cpp:120–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118}
119
120int32_t BatchedNMSPlugin::getNbOutputs() const noexcept
121{
122 return 4;
123}
124
125int32_t BatchedNMSDynamicPlugin::getNbOutputs() const noexcept
126{

Callers 1

getOutputDimensionsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected