Function cntk::ops::broadcast_as [] [src]

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