\brief Get the number of output feature maps for the deconvolution. \see setNbOutputMaps()
| 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. |
nothing calls this directly
no test coverage detected