Struct cudnn::TensorDescriptor [] [src]

pub struct TensorDescriptor { /* fields omitted */ }

Describes a TensorDescriptor.

Methods

impl TensorDescriptor
[src]

Initializes a new CUDA cuDNN Tensor Descriptor.

Initializes a new CUDA cuDNN Tensor Descriptor from its C type.

Returns the CUDA cuDNN Tensor Descriptor as its C type.

Trait Implementations

impl Debug for TensorDescriptor
[src]

Formats the value using the given formatter.

impl Clone for TensorDescriptor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Drop for TensorDescriptor
[src]

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