Struct rcudnn::utils::DropoutConfig[][src]

pub struct DropoutConfig { /* fields omitted */ }
Expand description

Provides a convenient interface to access cuDNN’s Dropout Descriptor.

You wouldn’t use this struct yourself, but rather obtain it through Cudnn.init_dropout().

Implementations

Returns a new DropoutConfig.

Returns dropout_desc.

Take the Reserve Memory of the DropoutDescriptor

Returns the reserved space.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.