Class PoissonNLLLoss#
Defined in File loss.h
Page Contents
Inheritance Relationships#
Base Type#
public torch::nn::ModuleHolder< PoissonNLLLossImpl >(Template Class ModuleHolder)
Class Documentation#
-
class PoissonNLLLoss : public torch::nn::ModuleHolder<PoissonNLLLossImpl>#
A
ModuleHoldersubclass forPoissonNLLLossImpl.See the documentation for
PoissonNLLLossImplclass to learn what methods it provides, and examples of how to usePoissonNLLLosswithtorch::nn::PoissonNLLLossOptions. See the documentation forModuleHolderto learn about PyTorch’s module storage semantics.Public Types
-
using Impl = PoissonNLLLossImpl#
-
using Impl = PoissonNLLLossImpl#