Rate this Page

Class MultiMarginLoss#

Inheritance Relationships#

Base Type#

Class Documentation#

class MultiMarginLoss : public torch::nn::ModuleHolder<MultiMarginLossImpl>#

A ModuleHolder subclass for MultiMarginLossImpl.

See the documentation for MultiMarginLossImpl class to learn what methods it provides, and examples of how to use MultiMarginLoss with torch::nn::MultiMarginLossOptions. See the documentation for ModuleHolder to learn about PyTorch’s module storage semantics.

Public Types

using Impl = MultiMarginLossImpl#