pub unsafe extern "C" fn cudnnSetTensor4dDescriptor(
tensorDesc: cudnnTensorDescriptor_t,
format: cudnnTensorFormat_t,
dataType: cudnnDataType_t,
n: c_int,
c: c_int,
h: c_int,
w: c_int,
) -> cudnnStatus_tpub unsafe extern "C" fn cudnnSetTensor4dDescriptor(
tensorDesc: cudnnTensorDescriptor_t,
format: cudnnTensorFormat_t,
dataType: cudnnDataType_t,
n: c_int,
c: c_int,
h: c_int,
w: c_int,
) -> cudnnStatus_t