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