Function cntk::ops::cosine_distance [] [src]

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