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