Shortcuts

Struct SoftminOptions

Page Contents

Struct Documentation

struct SoftminOptions

Options for the Softmin module.

Example:

Softmin model(SoftminOptions(1));

Public Functions

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

Dimension along which Softmin will be computed.

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

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources