#[repr(C)]pub struct DML_OUTPUT_GRAPH_EDGE_DESC {
pub FromNodeIndex: u32,
pub FromNodeOutputIndex: u32,
pub GraphOutputIndex: u32,
pub Name: PSTR,
}Expand description
Required features: ‘Win32_AI_MachineLearning_DirectML’, ‘Win32_Foundation’
Fields
FromNodeIndex: u32FromNodeOutputIndex: u32GraphOutputIndex: u32Name: PSTR