Function tensorflow::ops::reciprocal
source · pub fn reciprocal<O0: Into<Output>>(
x: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for Reciprocal::new().build(x, scope)
.
pub fn reciprocal<O0: Into<Output>>(
x: O0,
scope: &mut Scope
) -> Result<Operation>
Shorthand for Reciprocal::new().build(x, scope)
.