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