Struct windows_sys::Win32::AI::MachineLearning::WinML::WINML_TENSOR_VARIABLE_DESC
[−]#[repr(C)]pub struct WINML_TENSOR_VARIABLE_DESC {
pub ElementType: WINML_TENSOR_DATA_TYPE,
pub NumDimensions: u32,
pub pShape: *mut i64,
}
Expand description
Required features: "Win32_AI_MachineLearning_WinML"
Fields
ElementType: WINML_TENSOR_DATA_TYPE
NumDimensions: u32
pShape: *mut i64
Trait Implementations
impl Clone for WINML_TENSOR_VARIABLE_DESC
impl Clone for WINML_TENSOR_VARIABLE_DESC
impl Copy for WINML_TENSOR_VARIABLE_DESC
Auto Trait Implementations
impl RefUnwindSafe for WINML_TENSOR_VARIABLE_DESC
impl !Send for WINML_TENSOR_VARIABLE_DESC
impl !Sync for WINML_TENSOR_VARIABLE_DESC
impl Unpin for WINML_TENSOR_VARIABLE_DESC
impl UnwindSafe for WINML_TENSOR_VARIABLE_DESC
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more