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
ModuleHolder
subclass forSoftmaxImpl
.See the documentation for
SoftmaxImpl
class to learn what methods it provides, and examples of how to useSoftmax
withtorch::nn::SoftmaxOptions
. See the documentation forModuleHolder
to learn about PyTorch’s module storage semantics.Public Types
-
using Impl = SoftmaxImpl#
-
using Impl = SoftmaxImpl#