Struct cudnn::PoolingDescriptor [] [src]

pub struct PoolingDescriptor { /* fields omitted */ }

Describes a Pooling Descriptor.

Methods

impl PoolingDescriptor
[src]

Initializes a new CUDA cuDNN Pooling Descriptor.

Initializes a new CUDA cuDNN PoolingDescriptor from its C type.

Returns the CUDA cuDNN Pooling Descriptor as its C type.

Trait Implementations

impl Debug for PoolingDescriptor
[src]

Formats the value using the given formatter.

impl Clone for PoolingDescriptor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Drop for PoolingDescriptor
[src]

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