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