tensorflow::ops

Function subtract

Source
pub fn subtract<O1: Into<Output>, O2: Into<Output>>(
    a: O1,
    b: O2,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for Subtract::new().build(scope), a, b).