Struct cudnn::NormalizationDescriptor [] [src]

pub struct NormalizationDescriptor { /* fields omitted */ }

Describes a LRN Descriptor.

Methods

impl NormalizationDescriptor
[src]

Initializes a new CUDA cuDNN LRNDescriptor.

Initializes a new CUDA cuDNN NormalizationDescriptor from its C type.

Returns the CUDA cuDNN NormalizationDescriptor as its C type.

Trait Implementations

impl Debug for NormalizationDescriptor
[src]

Formats the value using the given formatter.

impl Clone for NormalizationDescriptor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Drop for NormalizationDescriptor
[src]

A method called when the value goes out of scope. Read more