windows::AI::MachineLearning

Trait ITensor_Impl

pub trait ITensor_Impl: ILearningModelFeatureValue_Impl {
    // Required methods
    fn TensorKind(&self) -> Result<TensorKind>;
    fn Shape(&self) -> Result<IVectorView<i64>>;
}

Required Methods§

fn TensorKind(&self) -> Result<TensorKind>

fn Shape(&self) -> Result<IVectorView<i64>>

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§