Rate this Page

Class CrossEntropyLoss#

Inheritance Relationships#

Base Type#

Class Documentation#

class CrossEntropyLoss : public torch::nn::ModuleHolder<CrossEntropyLossImpl>#

A ModuleHolder subclass for CrossEntropyLossImpl.

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

Public Types

using Impl = CrossEntropyLossImpl#