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

Function cudnnSet

src/backend/cuda/cudnn.cpp:85–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85void cudnnSet(cudnnTensorDescriptor_t desc, cudnnDataType_t cudnn_dtype,
86 dim4 dims) {
87 CUDNN_CHECK(cuda::cudnnSetTensor4dDescriptor(desc, CUDNN_TENSOR_NCHW,
88 cudnn_dtype, dims[3], dims[2],
89 dims[1], dims[0]));
90}
91
92void cudnnSet(cudnnFilterDescriptor_t desc, cudnnDataType_t cudnn_dtype,
93 dim4 dims) {

Callers 1

toCudnnFunction · 0.85

Calls 2

Tested by

no test coverage detected