Function rcudnn::cudnnGetReduceTensorDescriptor
source · pub unsafe extern "C" fn cudnnGetReduceTensorDescriptor(
reduceTensorDesc: *mut cudnnReduceTensorStruct,
reduceTensorOp: *mut cudnnReduceTensorOp_t,
reduceTensorCompType: *mut cudnnDataType_t,
reduceTensorNanOpt: *mut cudnnNanPropagation_t,
reduceTensorIndices: *mut cudnnReduceTensorIndices_t,
reduceTensorIndicesType: *mut cudnnIndicesType_t
) -> cudnnStatus_t