\brief Get the dimensions for the layer. \return the dimensions for the layer \see getDimensions
| 4786 | //! \see getDimensions |
| 4787 | //! |
| 4788 | Dims getDimensions() const noexcept |
| 4789 | { |
| 4790 | return mImpl->getDimensions(); |
| 4791 | } |
| 4792 | |
| 4793 | protected: |
| 4794 | apiv::VConstantLayer* mImpl; |
nothing calls this directly
no test coverage detected