[][src]Trait melange::tensor::shape::Transpose

pub unsafe trait Transpose {
    type Output;
}

Type operator that reverses the order of the axes in the implementor shape.

Associated Types

type Output

Loading content...

Implementations on Foreign Types

impl Transpose for ATerm[src]

type Output = ATerm

impl<S, A> Transpose for TArr<S, A> where
    A: Transpose,
    <A as Transpose>::Output: Insert<S>, 
[src]

type Output = <<A as Transpose>::Output as Insert<S>>::Output

Loading content...

Implementors

Loading content...