Creates a new tensor by applying sparse updates to individual
values or slices within a zero tensor of the given shape tensor according to
indices. This operator is the inverse of the tf.gatherND operator which
extracts values or slices from a given tensor.
Creates a new tensor by applying sparse updates to individual values or slices within a zero tensor of the given shape tensor according to indices. This operator is the inverse of the
tf.gatherND
operator which extracts values or slices from a given tensor.