\brief Set the dimensions for the layer. \param dimensions The dimensions of the layer \see setDimensions
| 4774 | //! \see setDimensions |
| 4775 | //! |
| 4776 | void setDimensions(Dims dimensions) noexcept |
| 4777 | { |
| 4778 | mImpl->setDimensions(dimensions); |
| 4779 | } |
| 4780 | |
| 4781 | //! |
| 4782 | //! \brief Get the dimensions for the layer. |
nothing calls this directly
no test coverage detected