Struct windows_sys::Win32::AI::MachineLearning::WinML::MLOperatorKernelDescription
[−]#[repr(C)]pub struct MLOperatorKernelDescription {
pub domain: PCSTR,
pub name: PCSTR,
pub minimumOperatorSetVersion: i32,
pub executionType: MLOperatorExecutionType,
pub typeConstraints: *const MLOperatorEdgeTypeConstraint,
pub typeConstraintCount: u32,
pub defaultAttributes: *const MLOperatorAttributeNameValue,
pub defaultAttributeCount: u32,
pub options: MLOperatorKernelOptions,
pub executionOptions: u32,
}
Expand description
Required features: "Win32_AI_MachineLearning_WinML"
Fields
domain: PCSTR
name: PCSTR
minimumOperatorSetVersion: i32
executionType: MLOperatorExecutionType
typeConstraints: *const MLOperatorEdgeTypeConstraint
typeConstraintCount: u32
defaultAttributes: *const MLOperatorAttributeNameValue
defaultAttributeCount: u32
options: MLOperatorKernelOptions
executionOptions: u32
Trait Implementations
impl Clone for MLOperatorKernelDescription
impl Clone for MLOperatorKernelDescription
impl Copy for MLOperatorKernelDescription
Auto Trait Implementations
impl RefUnwindSafe for MLOperatorKernelDescription
impl !Send for MLOperatorKernelDescription
impl !Sync for MLOperatorKernelDescription
impl Unpin for MLOperatorKernelDescription
impl UnwindSafe for MLOperatorKernelDescription
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more