[][src]Type Definition tract_hir::prelude::TVec

type TVec<T> = SmallVec<[T; 4]>;

A Smallvec instantiation with 4 embeddable values.

Used about everywhere in tract, for node inputs and outputs, or tensor dimensions.

Trait Implementations

impl IntoExp<ShapeFactoid> for TVec<TDim>[src]