In Tensorflow is there a way to permute batched tensors using scatter_nd without unstacking the tensor?

前端 未结 0 1974
野性不改
野性不改 2020-12-24 04:37

For example, lets say my input tensor is of dimensionss (bs, nv, dims).

I have another tensor of indices of shape (bs, nv)

What I wou

相关标签:
回答
  • 消灭零回复
提交回复
热议问题