grain ~master (2021-05-15T05:53:16Z)
Dub
Repo
TensorDesc
grain
cudnn
cudnn data type of variable like struct
version(grain_cuda)
struct
TensorDesc {
cudnnTensorDescriptor_t
desc
;
CUdeviceptr
ptr
;
this(this)
;
~this
();
}
Destructor
~this
~this
()
no allocation on heap
Postblit
this(this)
this(this)
no copy
Alias This
desc
Members
Variables
desc
cudnnTensorDescriptor_t
desc
;
Undocumented in source.
ptr
CUdeviceptr
ptr
;
Undocumented in source.
Meta
Source
See Implementation
grain
cudnn
functions
activationBackward
activationForward
contiguous
convBackward
convForward
cudnnDataType
fill
isContiguous
isDeterministic
isNanProp
makeCudnnTensor
poolBackward
poolForward
reduce
scale
softmaxBackward
softmaxForward
tensorOp
transform
static variables
deterministic
nanProp
structs
CudnnDropout
TensorDesc
ThreadLocalDropout
cudnn data type of variable like struct