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