Class Softmax#
Defined in File activation.h
Inheritance Relationships#
Base Type#
public torch::nn::ModuleHolder< SoftmaxImpl >(Template Class ModuleHolder)
Class Documentation#
-
class Softmax : public torch::nn::ModuleHolder<SoftmaxImpl>#
A
ModuleHoldersubclass forSoftmaxImpl.See the documentation for
SoftmaxImplclass to learn what methods it provides, and examples of how to useSoftmaxwithtorch::nn::SoftmaxOptions. See the documentation forModuleHolderto learn about PyTorch’s module storage semantics.Public Types
-
using Impl = SoftmaxImpl#
-
using Impl = SoftmaxImpl#