[go: nahoru, domu]

Skip to content

Commit

Permalink
Update array_ops.py
Browse files Browse the repository at this point in the history
Removed extra double quote(")
  • Loading branch information
tilakrayal committed Dec 7, 2021
1 parent 4711193 commit 42505fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/python/ops/array_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -5739,7 +5739,7 @@ def batch_gather_nd(params, indices, batch_dims, name=None):
v1=["tensor_scatter_nd_update", "tensor_scatter_update"])
@dispatch.add_dispatch_support
def tensor_scatter_nd_update(tensor, indices, updates, name=None):
""""Scatter `updates` into an existing tensor according to `indices`.
"""Scatter `updates` into an existing tensor according to `indices`.
This operation creates a new tensor by applying sparse `updates` to the
input `tensor`. This is similar to an index assignment.
Expand Down

0 comments on commit 42505fd

Please sign in to comment.