Struct windows::AI::MachineLearning::TensorFloat
#[repr(transparent)]pub struct TensorFloat(_);
Expand description
Required features: "AI_MachineLearning"
Implementations§
§impl TensorFloat
impl TensorFloat
pub fn Kind(&self) -> Result<LearningModelFeatureKind>
pub fn CreateReference(&self) -> Result<IMemoryBufferReference>
pub fn CreateReference(&self) -> Result<IMemoryBufferReference>
Required features: "Foundation"
pub fn TensorKind(&self) -> Result<TensorKind>
pub fn Shape(&self) -> Result<IVectorView<i64>>
pub fn Shape(&self) -> Result<IVectorView<i64>>
Required features: "Foundation_Collections"
pub fn GetAsVectorView(&self) -> Result<IVectorView<f32>>
pub fn GetAsVectorView(&self) -> Result<IVectorView<f32>>
Required features: "Foundation_Collections"
pub fn Create() -> Result<TensorFloat>
pub fn Create2<P0, E0>(shape: P0) -> Result<TensorFloat>where
P0: TryInto<InParam<IIterable<i64>>, Error = E0>,
E0: Into<Error>,
pub fn Create2<P0, E0>(shape: P0) -> Result<TensorFloat>where
P0: TryInto<InParam<IIterable<i64>>, Error = E0>,
E0: Into<Error>,
Required features: "Foundation_Collections"
pub fn CreateFromArray<P0, E0>(shape: P0, data: &[f32]) -> Result<TensorFloat>where
P0: TryInto<InParam<IIterable<i64>>, Error = E0>,
E0: Into<Error>,
pub fn CreateFromArray<P0, E0>(shape: P0, data: &[f32]) -> Result<TensorFloat>where
P0: TryInto<InParam<IIterable<i64>>, Error = E0>,
E0: Into<Error>,
Required features: "Foundation_Collections"
pub fn CreateFromIterable<P0, E0, P1, E1>(
shape: P0,
data: P1
) -> Result<TensorFloat>where
P0: TryInto<InParam<IIterable<i64>>, Error = E0>,
E0: Into<Error>,
P1: TryInto<InParam<IIterable<f32>>, Error = E1>,
E1: Into<Error>,
pub fn CreateFromIterable<P0, E0, P1, E1>(
shape: P0,
data: P1
) -> Result<TensorFloat>where
P0: TryInto<InParam<IIterable<i64>>, Error = E0>,
E0: Into<Error>,
P1: TryInto<InParam<IIterable<f32>>, Error = E1>,
E1: Into<Error>,
Required features: "Foundation_Collections"
pub fn CreateFromShapeArrayAndDataArray(
shape: &[i64],
data: &[f32]
) -> Result<TensorFloat>
pub fn CreateFromBuffer<P0, E0>(shape: &[i64], buffer: P0) -> Result<TensorFloat>where
P0: TryInto<InParam<IBuffer>, Error = E0>,
E0: Into<Error>,
pub fn CreateFromBuffer<P0, E0>(shape: &[i64], buffer: P0) -> Result<TensorFloat>where
P0: TryInto<InParam<IBuffer>, Error = E0>,
E0: Into<Error>,
Required features: "Storage_Streams"
Trait Implementations§
§impl Clone for TensorFloat
impl Clone for TensorFloat
§impl Debug for TensorFloat
impl Debug for TensorFloat
§impl From<&TensorFloat> for &IInspectable
impl From<&TensorFloat> for &IInspectable
§fn from(value: &TensorFloat) -> Self
fn from(value: &TensorFloat) -> Self
Converts to this type from the input type.
§impl From<&TensorFloat> for &IUnknown
impl From<&TensorFloat> for &IUnknown
§fn from(value: &TensorFloat) -> Self
fn from(value: &TensorFloat) -> Self
Converts to this type from the input type.
§impl From<&TensorFloat> for IInspectable
impl From<&TensorFloat> for IInspectable
§fn from(value: &TensorFloat) -> Self
fn from(value: &TensorFloat) -> Self
Converts to this type from the input type.
§impl From<&TensorFloat> for IUnknown
impl From<&TensorFloat> for IUnknown
§fn from(value: &TensorFloat) -> Self
fn from(value: &TensorFloat) -> Self
Converts to this type from the input type.
§impl From<TensorFloat> for IInspectable
impl From<TensorFloat> for IInspectable
§fn from(value: TensorFloat) -> Self
fn from(value: TensorFloat) -> Self
Converts to this type from the input type.
§impl From<TensorFloat> for IUnknown
impl From<TensorFloat> for IUnknown
§fn from(value: TensorFloat) -> Self
fn from(value: TensorFloat) -> Self
Converts to this type from the input type.
§impl Interface for TensorFloat
impl Interface for TensorFloat
§impl PartialEq<TensorFloat> for TensorFloat
impl PartialEq<TensorFloat> for TensorFloat
§impl TryFrom<&TensorFloat> for IClosable
impl TryFrom<&TensorFloat> for IClosable
§impl TryFrom<&TensorFloat> for ILearningModelFeatureValue
impl TryFrom<&TensorFloat> for ILearningModelFeatureValue
§impl TryFrom<&TensorFloat> for IMemoryBuffer
impl TryFrom<&TensorFloat> for IMemoryBuffer
§impl TryFrom<&TensorFloat> for ITensor
impl TryFrom<&TensorFloat> for ITensor
§impl TryFrom<&TensorFloat> for InParam<IClosable>
impl TryFrom<&TensorFloat> for InParam<IClosable>
§impl TryFrom<&TensorFloat> for InParam<ILearningModelFeatureValue>
impl TryFrom<&TensorFloat> for InParam<ILearningModelFeatureValue>
§impl TryFrom<&TensorFloat> for InParam<IMemoryBuffer>
impl TryFrom<&TensorFloat> for InParam<IMemoryBuffer>
§impl TryFrom<&TensorFloat> for InParam<ITensor>
impl TryFrom<&TensorFloat> for InParam<ITensor>
§impl TryFrom<TensorFloat> for IClosable
impl TryFrom<TensorFloat> for IClosable
§impl TryFrom<TensorFloat> for ILearningModelFeatureValue
impl TryFrom<TensorFloat> for ILearningModelFeatureValue
§impl TryFrom<TensorFloat> for IMemoryBuffer
impl TryFrom<TensorFloat> for IMemoryBuffer
§impl TryFrom<TensorFloat> for ITensor
impl TryFrom<TensorFloat> for ITensor
§impl Vtable for TensorFloat
impl Vtable for TensorFloat
type Vtable = ITensorFloat_Vtbl
§fn as_raw(&self) -> *mut c_void
fn as_raw(&self) -> *mut c_void
Returns the raw COM interface pointer. The resulting pointer continues to be owned by the
Interface
implementation.§fn into_raw(self) -> *mut c_void
fn into_raw(self) -> *mut c_void
Returns the raw COM interface pointer and releases ownership. It the caller’s responsibility to release the COM interface pointer.