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