\brief Get the weights for the layer. \see setWeights
| 4762 | //! \see setWeights |
| 4763 | //! |
| 4764 | Weights getWeights() const noexcept |
| 4765 | { |
| 4766 | return mImpl->getWeights(); |
| 4767 | } |
| 4768 | |
| 4769 | //! |
| 4770 | //! \brief Set the dimensions for the layer. |
no outgoing calls
no test coverage detected