TensorDesc

cudnn data type of variable like struct

version(grain_cuda)
struct TensorDesc {
cudnnTensorDescriptor_t desc;
CUdeviceptr ptr;
}

Destructor

~this
~this()

no allocation on heap

Postblit

this(this)
@disable this(this)

no copy

Copying this object is disabled.

Alias This

desc

Meta