Rate this Page

Struct GLUOptions#

Page Contents

Struct Documentation#

struct GLUOptions#

Options for the GLU module.

Example:

GLU model(GLUOptions(1));

Public Functions

GLUOptions(int64_t dim = -1)#
inline auto dim(const int64_t &new_dim) -> decltype(*this)#

the dimension on which to split the input. Default: -1

inline auto dim(int64_t &&new_dim) -> decltype(*this)#
inline const int64_t &dim() const noexcept#
inline int64_t &dim() noexcept#