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

Trait IMLOperatorShapeInferrer_Impl

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

Required Methods§

fn InferOutputShapes( &self, context: Ref<'_, IMLOperatorShapeInferenceContext>, ) -> 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§