Rate this Page

Class CosineEmbeddingLoss#

Inheritance Relationships#

Base Type#

Class Documentation#

class CosineEmbeddingLoss : public torch::nn::ModuleHolder<CosineEmbeddingLossImpl>#

A ModuleHolder subclass for CosineEmbeddingLossImpl.

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

Public Types

using Impl = CosineEmbeddingLossImpl#