Rate this Page

Class HingeEmbeddingLoss#

Inheritance Relationships#

Base Type#

Class Documentation#

class HingeEmbeddingLoss : public torch::nn::ModuleHolder<HingeEmbeddingLossImpl>#

A ModuleHolder subclass for HingeEmbeddingLossImpl.

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

Public Types

using Impl = HingeEmbeddingLossImpl#