Struct windows::AI::MachineLearning::TensorString
#[repr(transparent)]pub struct TensorString(_);
Expand description
Required features: "AI_MachineLearning"
Implementations§
§impl TensorString
impl TensorString
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<HSTRING>>
pub fn GetAsVectorView(&self) -> Result<IVectorView<HSTRING>>
Required features: "Foundation_Collections"
pub fn Create() -> Result<TensorString>
pub fn Create2<P0, E0>(shape: P0) -> Result<TensorString>where
P0: TryInto<InParam<IIterable<i64>>, Error = E0>,
E0: Into<Error>,
pub fn Create2<P0, E0>(shape: P0) -> Result<TensorString>where
P0: TryInto<InParam<IIterable<i64>>, Error = E0>,
E0: Into<Error>,
Required features: "Foundation_Collections"
pub fn CreateFromArray<P0, E0>(
shape: P0,
data: &[HSTRING]
) -> Result<TensorString>where
P0: TryInto<InParam<IIterable<i64>>, Error = E0>,
E0: Into<Error>,
pub fn CreateFromArray<P0, E0>(
shape: P0,
data: &[HSTRING]
) -> Result<TensorString>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<TensorString>where
P0: TryInto<InParam<IIterable<i64>>, Error = E0>,
E0: Into<Error>,
P1: TryInto<InParam<IIterable<HSTRING>>, Error = E1>,
E1: Into<Error>,
pub fn CreateFromIterable<P0, E0, P1, E1>(
shape: P0,
data: P1
) -> Result<TensorString>where
P0: TryInto<InParam<IIterable<i64>>, Error = E0>,
E0: Into<Error>,
P1: TryInto<InParam<IIterable<HSTRING>>, Error = E1>,
E1: Into<Error>,
Required features: "Foundation_Collections"
pub fn CreateFromShapeArrayAndDataArray(
shape: &[i64],
data: &[HSTRING]
) -> Result<TensorString>
Trait Implementations§
§impl Clone for TensorString
impl Clone for TensorString
§impl Debug for TensorString
impl Debug for TensorString
§impl From<&TensorString> for &IInspectable
impl From<&TensorString> for &IInspectable
§fn from(value: &TensorString) -> Self
fn from(value: &TensorString) -> Self
Converts to this type from the input type.
§impl From<&TensorString> for &IUnknown
impl From<&TensorString> for &IUnknown
§fn from(value: &TensorString) -> Self
fn from(value: &TensorString) -> Self
Converts to this type from the input type.
§impl From<&TensorString> for IInspectable
impl From<&TensorString> for IInspectable
§fn from(value: &TensorString) -> Self
fn from(value: &TensorString) -> Self
Converts to this type from the input type.
§impl From<&TensorString> for IUnknown
impl From<&TensorString> for IUnknown
§fn from(value: &TensorString) -> Self
fn from(value: &TensorString) -> Self
Converts to this type from the input type.
§impl From<TensorString> for IInspectable
impl From<TensorString> for IInspectable
§fn from(value: TensorString) -> Self
fn from(value: TensorString) -> Self
Converts to this type from the input type.
§impl From<TensorString> for IUnknown
impl From<TensorString> for IUnknown
§fn from(value: TensorString) -> Self
fn from(value: TensorString) -> Self
Converts to this type from the input type.
§impl Interface for TensorString
impl Interface for TensorString
§impl PartialEq<TensorString> for TensorString
impl PartialEq<TensorString> for TensorString
§impl TryFrom<&TensorString> for IClosable
impl TryFrom<&TensorString> for IClosable
§impl TryFrom<&TensorString> for ILearningModelFeatureValue
impl TryFrom<&TensorString> for ILearningModelFeatureValue
§impl TryFrom<&TensorString> for IMemoryBuffer
impl TryFrom<&TensorString> for IMemoryBuffer
§impl TryFrom<&TensorString> for ITensor
impl TryFrom<&TensorString> for ITensor
§impl TryFrom<&TensorString> for InParam<IClosable>
impl TryFrom<&TensorString> for InParam<IClosable>
§impl TryFrom<&TensorString> for InParam<ILearningModelFeatureValue>
impl TryFrom<&TensorString> for InParam<ILearningModelFeatureValue>
§impl TryFrom<&TensorString> for InParam<IMemoryBuffer>
impl TryFrom<&TensorString> for InParam<IMemoryBuffer>
§impl TryFrom<&TensorString> for InParam<ITensor>
impl TryFrom<&TensorString> for InParam<ITensor>
§impl TryFrom<TensorString> for IClosable
impl TryFrom<TensorString> for IClosable
§impl TryFrom<TensorString> for ILearningModelFeatureValue
impl TryFrom<TensorString> for ILearningModelFeatureValue
§impl TryFrom<TensorString> for IMemoryBuffer
impl TryFrom<TensorString> for IMemoryBuffer
§impl TryFrom<TensorString> for ITensor
impl TryFrom<TensorString> for ITensor
§impl Vtable for TensorString
impl Vtable for TensorString
type Vtable = ITensorString_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.