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>( _fbb: &'mut_bldr mut FlatBufferBuilder<'bldr>, args: &'args TensorDimArgs<'args> ) -> WIPOffset<TensorDim<'bldr>>
Trait Implementations§
source§impl<'a> PartialEq<TensorDim<'a>> for TensorDim<'a>
 
impl<'a> PartialEq<TensorDim<'a>> for TensorDim<'a>
source§impl Verifiable for TensorDim<'_>
 
impl Verifiable for TensorDim<'_>
source§fn run_verifier(
    v: &mut Verifier<'_, '_>,
    pos: usize
) -> Result<(), InvalidFlatbuffer>
 
fn run_verifier( v: &mut Verifier<'_, '_>, pos: usize ) -> Result<(), InvalidFlatbuffer>
Runs the verifier for this type, assuming its at position 
pos in the verifier’s buffer.
Should not need to be called directly.