mindspore.ops.GatherNd

class mindspore.ops.GatherNd[源代码]
prim = ops.GatherNd()
out = prim(input_x, indices)

等价于

ops.gather_nd(input_x, indices)

更多详情请查看: mindspore.ops.gather_nd()