Rate this Page

Class TripletMarginLoss#

Inheritance Relationships#

Base Type#

Class Documentation#

class TripletMarginLoss : public torch::nn::ModuleHolder<TripletMarginLossImpl>#

A ModuleHolder subclass for TripletMarginLossImpl.

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

Public Types

using Impl = TripletMarginLossImpl#