You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should expand [ to accept integer vectors or integer 2d arrays, which would dispatch to tf.gather() or tf.gather_nd() instead of Tensor.__getitem__().
The text was updated successfully, but these errors were encountered:
We should expand
[
to accept integer vectors or integer 2d arrays, which would dispatch totf.gather()
ortf.gather_nd()
instead ofTensor.__getitem__()
.The text was updated successfully, but these errors were encountered: