Class HuberLoss#
Defined in File loss.h
Inheritance Relationships#
Base Type#
public torch::nn::ModuleHolder< HuberLossImpl >(Template Class ModuleHolder)
Class Documentation#
-
class HuberLoss : public torch::nn::ModuleHolder<HuberLossImpl>#
A
ModuleHoldersubclass forHuberLossImpl.See the documentation for
HuberLossImplclass to learn what methods it provides, and examples of how to useHuberLosswithtorch::nn::HuberLossOptions. See the documentation forModuleHolderto learn about PyTorch’s module storage semantics.Public Types
-
using Impl = HuberLossImpl#
-
using Impl = HuberLossImpl#