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