Struct rcudnn::PoolingDescriptor [] [src]

pub struct PoolingDescriptor { /* fields omitted */ }

Describes a Pooling Descriptor.

Methods

impl PoolingDescriptor
[src]

[src]

Initializes a new CUDA cuDNN Pooling Descriptor.

[src]

Initializes a new CUDA cuDNN PoolingDescriptor from its C type.

[src]

Returns the CUDA cuDNN Pooling Descriptor as its C type.

Trait Implementations

impl Debug for PoolingDescriptor
[src]

[src]

Formats the value using the given formatter.

impl Clone for PoolingDescriptor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Drop for PoolingDescriptor
[src]

[src]

Executes the destructor for this type. Read more