windows::Win32::AI::MachineLearning::WinML

Trait IMLOperatorKernel_Impl

pub trait IMLOperatorKernel_Impl: IUnknownImpl {
    // Required method
    fn Compute(&self, context: Ref<'_, IMLOperatorKernelContext>) -> Result<()>;
}

Required Methods§

fn Compute(&self, context: Ref<'_, IMLOperatorKernelContext>) -> Result<()>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§