\brief Get the number of output maps for the convolution. \see setNbOutputMaps()
| 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. |
no outgoing calls
no test coverage detected