Struct windows::AI::MachineLearning::TensorFeatureDescriptor
#[repr(transparent)]pub struct TensorFeatureDescriptor(_);
Expand description
Required features: "AI_MachineLearning"
Implementations§
§impl TensorFeatureDescriptor
impl TensorFeatureDescriptor
pub fn Name(&self) -> Result<HSTRING>
pub fn Description(&self) -> Result<HSTRING>
pub fn Kind(&self) -> Result<LearningModelFeatureKind>
pub fn IsRequired(&self) -> Result<bool>
pub fn TensorKind(&self) -> Result<TensorKind>
pub fn Shape(&self) -> Result<IVectorView<i64>>
pub fn Shape(&self) -> Result<IVectorView<i64>>
Required features: "Foundation_Collections"