Function tensorflow::ops::atan2

source ·
pub fn atan2<O0: Into<Output>, O1: Into<Output>>(
    y: O0,
    x: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for Atan2::new().build(y, x, scope).