\brief Get the output tensor's dimensions. \return The output tensor's dimensions, or an invalid Dims structure. If the first input is present and non-null, this function returns a Dims with nbDims = -1. \see setDimensions
| 5876 | //! \see setDimensions |
| 5877 | //! |
| 5878 | Dims getDimensions() const noexcept |
| 5879 | { |
| 5880 | return mImpl->getDimensions(); |
| 5881 | } |
| 5882 | |
| 5883 | //! |
| 5884 | //! \brief Set the fill operation for the layer. |
nothing calls this directly
no test coverage detected