Skip to main content

cuGraphGetEdges

Function cuGraphGetEdges 

pub unsafe fn cuGraphGetEdges(
    hGraph: *mut CUgraph_st,
    from: *mut *mut CUgraphNode_st,
    to: *mut *mut CUgraphNode_st,
    numEdges: *mut usize,
) -> cudaError_enum