Function tensorflow::ops::resource_scatter_min
source · pub fn resource_scatter_min<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
resource: O0,
indices: O1,
updates: O2,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for ResourceScatterMin::new().build(resource, indices, updates, scope)
.