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