#[repr(C)]pub struct MLOperatorAttributeNameValue {
pub name: PSTR,
pub type: MLOperatorAttributeType,
pub valueCount: u32,
pub Anonymous: MLOperatorAttributeNameValue_0,
}Expand description
Required features: ‘Win32_AI_MachineLearning_WinML’, ‘Win32_Foundation’
Fields
name: PSTRtype: MLOperatorAttributeTypevalueCount: u32Anonymous: MLOperatorAttributeNameValue_0