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

Method getNbOutputMaps

include/NvInfer.h:1115–1118  ·  view source on GitHub ↗

\brief Get the number of output maps for the convolution. \see setNbOutputMaps()

Source from the content-addressed store, hash-verified

1113 //! \see setNbOutputMaps()
1114 //!
1115 int32_t getNbOutputMaps() const noexcept
1116 {
1117 return mImpl->getNbOutputMaps();
1118 }
1119
1120 //!
1121 //! \brief Get the stride of the convolution.

Callers 2

sparsifyFunction · 0.45
getNbOutputMapsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected