[][src]Trait tract_hir::internal::ToDim

pub trait ToDim {
    fn to_dim(self) -> TDim;
}

Convenience trait to convert values to TDim.

Required methods

fn to_dim(self) -> TDim

Convert self to a TDim.

Loading content...

Implementors

impl<I> ToDim for I where
    I: Into<TDim>, 
[src]

Loading content...