\brief Set the reduction axes for the normalization calculation. \param axesMask The axes used for the normalization calculation.
| 6766 | //! \param axesMask The axes used for the normalization calculation. |
| 6767 | //! |
| 6768 | void setAxes(uint32_t axesMask) noexcept |
| 6769 | { |
| 6770 | return mImpl->setAxes(axesMask); |
| 6771 | } |
| 6772 | |
| 6773 | //! \brief Get the axes value used for the normalization calculation. |
| 6774 | //! |