Function tensorflow::ops::subtract

source ·
pub fn subtract<O1: Into<Output>, O2: Into<Output>>(
    a: O1,
    b: O2,
    scope: &mut Scope
) -> Result<Operation>
👎Deprecated since 0.15.0: Use sub instead.
Expand description

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