Rate this Page

Struct PixelUnshuffleOptions#

Page Contents

Struct Documentation#

struct PixelUnshuffleOptions#

Options for the PixelUnshuffle module.

Example:

PixelUnshuffle model(PixelUnshuffleOptions(5));

Public Functions

inline PixelUnshuffleOptions(int64_t downscale_factor)#
inline auto downscale_factor(const int64_t &new_downscale_factor) -> decltype(*this)#

Factor to decrease spatial resolution by.

inline auto downscale_factor(int64_t &&new_downscale_factor) -> decltype(*this)#
inline const int64_t &downscale_factor() const noexcept#
inline int64_t &downscale_factor() noexcept#