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