#[repr(C)]pub struct TensorFormatPropertiesARM {
pub s_type: StructureType,
pub next: *mut c_void,
pub optimal_tiling_tensor_features: FormatFeatureFlags2,
pub linear_tiling_tensor_features: FormatFeatureFlags2,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§optimal_tiling_tensor_features: FormatFeatureFlags2§linear_tiling_tensor_features: FormatFeatureFlags2Trait Implementations§
Source§impl Cast for TensorFormatPropertiesARM
impl Cast for TensorFormatPropertiesARM
Source§type Target = TensorFormatPropertiesARM
type Target = TensorFormatPropertiesARM
The other type this type can be used interchangeably with in FFI.
Source§impl Clone for TensorFormatPropertiesARM
impl Clone for TensorFormatPropertiesARM
Source§fn clone(&self) -> TensorFormatPropertiesARM
fn clone(&self) -> TensorFormatPropertiesARM
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TensorFormatPropertiesARM
impl Debug for TensorFormatPropertiesARM
Source§impl Default for TensorFormatPropertiesARM
impl Default for TensorFormatPropertiesARM
Source§fn default() -> TensorFormatPropertiesARM
fn default() -> TensorFormatPropertiesARM
Returns the “default value” for a type. Read more
Source§impl HasBuilder<'static> for TensorFormatPropertiesARM
impl HasBuilder<'static> for TensorFormatPropertiesARM
Source§impl Hash for TensorFormatPropertiesARM
impl Hash for TensorFormatPropertiesARM
impl Copy for TensorFormatPropertiesARM
impl Eq for TensorFormatPropertiesARM
impl ExtendsFormatProperties2 for TensorFormatPropertiesARM
impl Send for TensorFormatPropertiesARM
impl StructuralPartialEq for TensorFormatPropertiesARM
impl Sync for TensorFormatPropertiesARM
Auto Trait Implementations§
impl Freeze for TensorFormatPropertiesARM
impl RefUnwindSafe for TensorFormatPropertiesARM
impl Unpin for TensorFormatPropertiesARM
impl UnwindSafe for TensorFormatPropertiesARM
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