Type Definition tract_hir::internal::tract_data::prelude::TVec [−][src]
pub type TVec<T> = SmallVec<[T; 4]>;
Expand description
A Smallvec instantiation with 4 embeddable values.
Used about everywhere in tract, for node inputs and outputs, or tensor dimensions.
Trait Implementations
Converts the value to an Expression.