#[repr(C)]pub struct TensorDescriptionARM {
pub s_type: StructureType,
pub next: *const c_void,
pub tiling: TensorTilingARM,
pub format: Format,
pub dimension_count: u32,
pub dimensions: *const i64,
pub strides: *const i64,
pub usage: TensorUsageFlagsARM,
}Expand description
Fields§
§s_type: StructureType§next: *const c_void§tiling: TensorTilingARM§format: Format§dimension_count: u32§dimensions: *const i64§strides: *const i64§usage: TensorUsageFlagsARMTrait Implementations§
Source§impl Cast for TensorDescriptionARM
impl Cast for TensorDescriptionARM
Source§type Target = TensorDescriptionARM
type Target = TensorDescriptionARM
The other type this type can be used interchangeably with in FFI.
Source§impl Clone for TensorDescriptionARM
impl Clone for TensorDescriptionARM
Source§fn clone(&self) -> TensorDescriptionARM
fn clone(&self) -> TensorDescriptionARM
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 TensorDescriptionARM
impl Debug for TensorDescriptionARM
Source§impl Default for TensorDescriptionARM
impl Default for TensorDescriptionARM
Source§fn default() -> TensorDescriptionARM
fn default() -> TensorDescriptionARM
Returns the “default value” for a type. Read more
Source§impl<'b> HasBuilder<'b> for TensorDescriptionARM
impl<'b> HasBuilder<'b> for TensorDescriptionARM
Source§impl Hash for TensorDescriptionARM
impl Hash for TensorDescriptionARM
Source§impl PartialEq for TensorDescriptionARM
impl PartialEq for TensorDescriptionARM
impl Copy for TensorDescriptionARM
impl Eq for TensorDescriptionARM
impl ExtendsDataGraphPipelineConstantARM for TensorDescriptionARM
impl ExtendsDataGraphPipelineResourceInfoARM for TensorDescriptionARM
impl Send for TensorDescriptionARM
impl StructuralPartialEq for TensorDescriptionARM
impl Sync for TensorDescriptionARM
Auto Trait Implementations§
impl Freeze for TensorDescriptionARM
impl RefUnwindSafe for TensorDescriptionARM
impl Unpin for TensorDescriptionARM
impl UnwindSafe for TensorDescriptionARM
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