Rate this Page

Class MultiLabelMarginLoss#

Inheritance Relationships#

Base Type#

Class Documentation#

class MultiLabelMarginLoss : public torch::nn::ModuleHolder<MultiLabelMarginLossImpl>#

A ModuleHolder subclass for MultiLabelMarginLossImpl.

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

Public Types

using Impl = MultiLabelMarginLossImpl#