Skip to content

Commit

Permalink
Update api_def_GatherNd.pbtxt
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkDaoust authored Jun 19, 2018
1 parent d727cac commit 9751340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tensorflow/core/api_def/base_api/api_def_GatherNd.pbtxt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ END
(K-1)-dimensional tensor of indices into `params`, where each element defines a
slice of `params`:
output[\\\\(i_0, ..., i_{K-2}\\\\)] = params[indices[\\\\(i_0, ..., i_{K-2}\\\\)]]
output[\\(i_0, ..., i_{K-2}\\)] = params[indices[\\(i_0, ..., i_{K-2}\\)]]
Whereas in @{tf.gather} `indices` defines slices into the first
dimension of `params`, in `tf.gather_nd`, `indices` defines slices into the
Expand Down

0 comments on commit 9751340

Please sign in to comment.