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

Method getNbOutputMaps

include/NvInfer.h:2522–2525  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

2520 //! \see setNbOutputMaps()
2521 //!
2522 int32_t getNbOutputMaps() const noexcept
2523 {
2524 return mImpl->getNbOutputMaps();
2525 }
2526
2527 //!
2528 //! \brief Set the stride of the deconvolution.

Callers

nothing calls this directly

Calls 1

getNbOutputMapsMethod · 0.45

Tested by

no test coverage detected