Class AdaptiveLogSoftmaxWithLoss#
Defined in File adaptive.h
Inheritance Relationships#
Base Type#
public torch::nn::ModuleHolder< AdaptiveLogSoftmaxWithLossImpl >(Template Class ModuleHolder)
Class Documentation#
-
class AdaptiveLogSoftmaxWithLoss : public torch::nn::ModuleHolder<AdaptiveLogSoftmaxWithLossImpl>#
A
ModuleHoldersubclass forAdaptiveLogSoftmaxWithLossImpl.See the documentation for
AdaptiveLogSoftmaxWithLossImplclass to learn what methods it provides, and examples of how to useAdaptiveLogSoftmaxWithLosswithtorch::nn::AdaptiveLogSoftmaxWithLossOptions. See the documentation forModuleHolderto learn about PyTorch’s module storage semantics.Public Types
-
using Impl = AdaptiveLogSoftmaxWithLossImpl#
-
using Impl = AdaptiveLogSoftmaxWithLossImpl#