Class LogSoftmax#
Defined in File activation.h
Page Contents
Inheritance Relationships#
Base Type#
public torch::nn::ModuleHolder< LogSoftmaxImpl >
(Template Class ModuleHolder)
Class Documentation#
-
class LogSoftmax : public torch::nn::ModuleHolder<LogSoftmaxImpl>#
A
ModuleHolder
subclass forLogSoftmaxImpl
.See the documentation for
LogSoftmaxImpl
class to learn what methods it provides, and examples of how to useLogSoftmax
withtorch::nn::LogSoftmaxOptions
. See the documentation forModuleHolder
to learn about PyTorch’s module storage semantics.Public Types
-
using Impl = LogSoftmaxImpl#
-
using Impl = LogSoftmaxImpl#