Skip to main content

cuGraphAddDependencies_v2_params

Type Alias cuGraphAddDependencies_v2_params 

Source
pub type cuGraphAddDependencies_v2_params = cuGraphAddDependencies_v2_params_st;

Aliased Type§

#[repr(C)]
pub struct cuGraphAddDependencies_v2_params { pub hGraph: *mut CUgraph_st, pub from: *const *mut CUgraphNode_st, pub to: *const *mut CUgraphNode_st, pub edgeData: *const CUgraphEdgeData_st, pub numDependencies: usize, }

Fields§

§hGraph: *mut CUgraph_st§from: *const *mut CUgraphNode_st§to: *const *mut CUgraphNode_st§edgeData: *const CUgraphEdgeData_st§numDependencies: usize