pub trait NdimMax<Other>where
    Other: Shape,{
    type Output: Shape;
}

Required Associated Types§

Implementors§

source§

impl NdimMax<Const<0>> for Const<1>

§

type Output = Const<1>

source§

impl NdimMax<Const<0>> for Const<2>

§

type Output = Const<2>

source§

impl NdimMax<Const<0>> for Const<3>

§

type Output = Const<3>

source§

impl NdimMax<Const<0>> for Const<4>

§

type Output = Const<4>

source§

impl NdimMax<Const<0>> for Const<5>

§

type Output = Const<5>

source§

impl NdimMax<Const<0>> for Const<6>

§

type Output = Const<6>

source§

impl NdimMax<Const<1>> for Const<0>

§

type Output = Const<1>

source§

impl NdimMax<Const<1>> for Const<2>

§

type Output = Const<2>

source§

impl NdimMax<Const<1>> for Const<3>

§

type Output = Const<3>

source§

impl NdimMax<Const<1>> for Const<4>

§

type Output = Const<4>

source§

impl NdimMax<Const<1>> for Const<5>

§

type Output = Const<5>

source§

impl NdimMax<Const<1>> for Const<6>

§

type Output = Const<6>

source§

impl NdimMax<Const<1>> for Dyn

§

type Output = Dyn

source§

impl NdimMax<Const<2>> for Const<0>

§

type Output = Const<2>

source§

impl NdimMax<Const<2>> for Const<1>

§

type Output = Const<2>

source§

impl NdimMax<Const<2>> for Const<3>

§

type Output = Const<3>

source§

impl NdimMax<Const<2>> for Const<4>

§

type Output = Const<4>

source§

impl NdimMax<Const<2>> for Const<5>

§

type Output = Const<5>

source§

impl NdimMax<Const<2>> for Const<6>

§

type Output = Const<6>

source§

impl NdimMax<Const<2>> for Dyn

§

type Output = Dyn

source§

impl NdimMax<Const<3>> for Const<0>

§

type Output = Const<3>

source§

impl NdimMax<Const<3>> for Const<1>

§

type Output = Const<3>

source§

impl NdimMax<Const<3>> for Const<2>

§

type Output = Const<3>

source§

impl NdimMax<Const<3>> for Const<4>

§

type Output = Const<4>

source§

impl NdimMax<Const<3>> for Const<5>

§

type Output = Const<5>

source§

impl NdimMax<Const<3>> for Const<6>

§

type Output = Const<6>

source§

impl NdimMax<Const<3>> for Dyn

§

type Output = Dyn

source§

impl NdimMax<Const<4>> for Const<0>

§

type Output = Const<4>

source§

impl NdimMax<Const<4>> for Const<1>

§

type Output = Const<4>

source§

impl NdimMax<Const<4>> for Const<2>

§

type Output = Const<4>

source§

impl NdimMax<Const<4>> for Const<3>

§

type Output = Const<4>

source§

impl NdimMax<Const<4>> for Const<5>

§

type Output = Const<5>

source§

impl NdimMax<Const<4>> for Const<6>

§

type Output = Const<6>

source§

impl NdimMax<Const<4>> for Dyn

§

type Output = Dyn

source§

impl NdimMax<Const<5>> for Const<0>

§

type Output = Const<5>

source§

impl NdimMax<Const<5>> for Const<1>

§

type Output = Const<5>

source§

impl NdimMax<Const<5>> for Const<2>

§

type Output = Const<5>

source§

impl NdimMax<Const<5>> for Const<3>

§

type Output = Const<5>

source§

impl NdimMax<Const<5>> for Const<4>

§

type Output = Const<5>

source§

impl NdimMax<Const<5>> for Const<6>

§

type Output = Const<6>

source§

impl NdimMax<Const<5>> for Dyn

§

type Output = Dyn

source§

impl NdimMax<Const<6>> for Const<0>

§

type Output = Const<6>

source§

impl NdimMax<Const<6>> for Const<1>

§

type Output = Const<6>

source§

impl NdimMax<Const<6>> for Const<2>

§

type Output = Const<6>

source§

impl NdimMax<Const<6>> for Const<3>

§

type Output = Const<6>

source§

impl NdimMax<Const<6>> for Const<4>

§

type Output = Const<6>

source§

impl NdimMax<Const<6>> for Const<5>

§

type Output = Const<6>

source§

impl NdimMax<Const<6>> for Dyn

§

type Output = Dyn

source§

impl NdimMax<Dyn> for Const<1>

§

type Output = Dyn

source§

impl NdimMax<Dyn> for Const<2>

§

type Output = Dyn

source§

impl NdimMax<Dyn> for Const<3>

§

type Output = Dyn

source§

impl NdimMax<Dyn> for Const<4>

§

type Output = Dyn

source§

impl NdimMax<Dyn> for Const<5>

§

type Output = Dyn

source§

impl NdimMax<Dyn> for Const<6>

§

type Output = Dyn

source§

impl<S> NdimMax<S> for Swhere S: Shape,

§

type Output = S