Struct windows_sys::Win32::AI::MachineLearning::WinML::MLOperatorSchemaDescription
[−]#[repr(C)]pub struct MLOperatorSchemaDescription {
pub name: PSTR,
pub operatorSetVersionAtLastChange: i32,
pub inputs: *const MLOperatorSchemaEdgeDescription,
pub inputCount: u32,
pub outputs: *const MLOperatorSchemaEdgeDescription,
pub outputCount: u32,
pub typeConstraints: *const MLOperatorEdgeTypeConstraint,
pub typeConstraintCount: u32,
pub attributes: *const MLOperatorAttribute,
pub attributeCount: u32,
pub defaultAttributes: *const MLOperatorAttributeNameValue,
pub defaultAttributeCount: u32,
}Expand description
Required features: ‘Win32_AI_MachineLearning_WinML’, ‘Win32_Foundation’
Fields
name: PSTRoperatorSetVersionAtLastChange: i32inputs: *const MLOperatorSchemaEdgeDescriptioninputCount: u32outputs: *const MLOperatorSchemaEdgeDescriptionoutputCount: u32typeConstraints: *const MLOperatorEdgeTypeConstrainttypeConstraintCount: u32attributes: *const MLOperatorAttributeattributeCount: u32defaultAttributes: *const MLOperatorAttributeNameValuedefaultAttributeCount: u32