Rate this Page

Class NLLLoss#

Inheritance Relationships#

Base Type#

Class Documentation#

class NLLLoss : public torch::nn::ModuleHolder<NLLLossImpl>#

A ModuleHolder subclass for NLLLossImpl.

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

Public Types

using Impl = NLLLossImpl#