Function rcudnn::cudaGraphAddMemFreeNode[][src]

pub unsafe extern "C" fn cudaGraphAddMemFreeNode(
    pGraphNode: *mut *mut CUgraphNode_st,
    graph: *mut CUgraph_st,
    pDependencies: *const *mut CUgraphNode_st,
    numDependencies: usize,
    dptr: *mut c_void
) -> cudaError