Struct windows::AI::MachineLearning::ITensor
#[repr(transparent)]pub struct ITensor(_);
Expand description
Required features: "AI_MachineLearning"
Implementations§
§impl ITensor
impl ITensor
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 Kind(&self) -> Result<LearningModelFeatureKind>
Trait Implementations§
§impl ComInterface for ITensor
impl ComInterface for ITensor
fn as_unknown(&self) -> &IUnknown
§impl Interface for ITensor
impl Interface for ITensor
type Vtable = ITensor_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.
impl Eq for ITensor
Auto Trait Implementations§
impl RefUnwindSafe for ITensor
impl !Send for ITensor
impl !Sync for ITensor
impl Unpin for ITensor
impl UnwindSafe for ITensor
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more