Class MultiLabelSoftMarginLoss#
Defined in File loss.h
Inheritance Relationships#
Base Type#
public torch::nn::ModuleHolder< MultiLabelSoftMarginLossImpl >(Template Class ModuleHolder)
Class Documentation#
-
class MultiLabelSoftMarginLoss : public torch::nn::ModuleHolder<MultiLabelSoftMarginLossImpl>#
A
ModuleHoldersubclass forMultiLabelSoftMarginLossImpl.See the documentation for
MultiLabelSoftMarginLossImplclass to learn what methods it provides, and examples of how to useMultiLabelSoftMarginLosswithtorch::nn::MultiLabelSoftMarginLossOptions. See the documentation forModuleHolderto learn about PyTorch’s module storage semantics.Public Types
-
using Impl = MultiLabelSoftMarginLossImpl#
-
using Impl = MultiLabelSoftMarginLossImpl#