Trait tract_core::internal::tract_ndarray::DimAdd
source · pub trait DimAdd<D>where
D: Dimension,{
type Output: Dimension;
}
Expand description
Adds the two dimensions at compile time.
pub trait DimAdd<D>where
D: Dimension,{
type Output: Dimension;
}
Adds the two dimensions at compile time.