Function tensorflow::ops::abs

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

Shorthand for Abs::new().build(x, scope).