Type Definition tfdeploy::model::TVec[][src]

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

Trait Implementations

impl From<TVec<isize>> for Path
[src]

Performs the conversion.