Function cntk::ops::transpose_times [] [src]

pub fn transpose_times<T: Into<Variable>, U: Into<Variable>>(
    x: T,
    y: U
) -> Function