Function tensorflow::ops::assign_sub
source · pub fn assign_sub<O0: Into<Output>, O1: Into<Output>>(
ref_: O0,
value: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for AssignSub::new().build(ref_, value, scope)
.