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