Struct windows_sys::Win32::AI::MachineLearning::WinML::MLOperatorAttribute
[−]#[repr(C)]pub struct MLOperatorAttribute {
pub name: PSTR,
pub type: MLOperatorAttributeType,
pub required: bool,
}Expand description
Required features: ‘Win32_AI_MachineLearning_WinML’, ‘Win32_Foundation’
Fields
name: PSTRtype: MLOperatorAttributeTyperequired: bool