Struct arrow::ipc::gen::Tensor::TensorArgs[][src]

pub struct TensorArgs<'a> {
    pub type_type: Type,
    pub type_: Option<WIPOffset<UnionWIPOffset>>,
    pub shape: Option<WIPOffset<Vector<'a, ForwardsUOffset<TensorDim<'a>>>>>,
    pub strides: Option<WIPOffset<Vector<'a, i64>>>,
    pub data: Option<&'a Buffer>,
}

Fields

type_type: Typetype_: Option<WIPOffset<UnionWIPOffset>>shape: Option<WIPOffset<Vector<'a, ForwardsUOffset<TensorDim<'a>>>>>strides: Option<WIPOffset<Vector<'a, i64>>>data: Option<&'a Buffer>

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.