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