pub struct TensorDim<'a> {
    pub _tab: Table<'a>,
}Expand description
Data structures for dense tensors Shape data for a single axis in a tensor
Fields§
§_tab: Table<'a>Implementations§
Source§impl<'a> TensorDim<'a>
 
impl<'a> TensorDim<'a>
pub const VT_SIZE: VOffsetT = 4u16
pub const VT_NAME: VOffsetT = 6u16
pub unsafe fn init_from_table(table: Table<'a>) -> Self
pub fn create<'bldr: 'args, 'args: 'mut_bldr, 'mut_bldr, A: Allocator + 'bldr>( _fbb: &'mut_bldr mut FlatBufferBuilder<'bldr, A>, args: &'args TensorDimArgs<'args>, ) -> WIPOffset<TensorDim<'bldr>>
Trait Implementations§
impl<'a> Copy for TensorDim<'a>
impl<'a> StructuralPartialEq for TensorDim<'a>
Auto Trait Implementations§
impl<'a> Freeze for TensorDim<'a>
impl<'a> RefUnwindSafe for TensorDim<'a>
impl<'a> Send for TensorDim<'a>
impl<'a> Sync for TensorDim<'a>
impl<'a> Unpin for TensorDim<'a>
impl<'a> UnwindSafe for TensorDim<'a>
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