[][src]Trait tract_core::internal::ToDim

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

Convenience trait to convert values to TDim.

Required methods

pub fn to_dim(&self) -> TDim[src]

Convert self to a TDim.

Loading content...

Implementors

impl<'a> ToDim for &'a TDim[src]

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

Loading content...