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