Trait tract_hir::prelude::tract_ndarray::DimMax[][src]

pub trait DimMax<Other> where
    Other: Dimension
{ type Output: Dimension; }

Associated Types

The resulting dimension type after broadcasting.

Implementors

Dimensions of the same type remain unchanged when co_broadcast. So you can directly use D as the resulting type. (Instead of <D as DimMax>::BroadcastOutput)