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

Method getNbOutputs

plugin/nmsPlugin/nmsPlugin.cpp:117–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117int32_t DetectionOutput::getNbOutputs() const noexcept
118{
119 // Plugin layer has 2 outputs
120 return 2;
121}
122
123int32_t DetectionOutputDynamic::getNbOutputs() const noexcept
124{

Callers 1

getOutputDimensionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected