tf.raw_ops.TensorScatterMin

tensorA Tensor. Tensor to update.
indicesA Tensor. Must be one of the following types: int32, int64. Index tensor.
updatesA Tensor. Must have the same type as tensor. Updates to scatter into output.
nameA name for the operation (optional).

A Tensor. Has the same type as tensor.