Rate this Page

Struct PixelShuffleOptions#

Page Contents

Struct Documentation#

struct PixelShuffleOptions#

Options for the PixelShuffle module.

Example:

PixelShuffle model(PixelShuffleOptions(5));

Public Functions

inline PixelShuffleOptions(int64_t upscale_factor)#
inline auto upscale_factor(const int64_t &new_upscale_factor) -> decltype(*this)#

Factor to increase spatial resolution by.

inline auto upscale_factor(int64_t &&new_upscale_factor) -> decltype(*this)#
inline const int64_t &upscale_factor() const noexcept#
inline int64_t &upscale_factor() noexcept#