MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / cudnnSetTensor4dDescriptor

Function cudnnSetTensor4dDescriptor

src/backend/cuda/cudnn.cpp:145–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145cudnnStatus_t cudnnSetTensor4dDescriptor(cudnnTensorDescriptor_t tensorDesc,
146 cudnnTensorFormat_t format,
147 cudnnDataType_t dataType, int n, int c,
148 int h, int w) {
149 return getCudnnPlugin().cudnnSetTensor4dDescriptor(tensorDesc, format,
150 dataType, n, c, h, w);
151}
152
153cudnnStatus_t cudnnGetConvolutionBackwardDataWorkspaceSize(
154 cudnnHandle_t handle, const cudnnFilterDescriptor_t wDesc,

Callers 1

cudnnSetFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected