Function cntk::ops::transpose_axes [] [src]

pub fn transpose_axes<T: Into<Variable>>(
    x: T,
    axis1: &Axis,
    axis2: &Axis
) -> Function