Function tensorflow::ops::inplace_sub
source · pub fn inplace_sub<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
x: O0,
i: O1,
v: O2,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for InplaceSub::new().build(x, i, v, scope)
.