Function cntk::ops::element_divide [] [src]

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