Trait windows::AI::MachineLearning::ITensor_Impl
pub trait ITensor_Impl: Sized + 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>>
Object Safety§
This trait is not object safe.