(params, indices, batch_dims=0, name=None)
| 4294 | @tf_export("gather_nd", v1=[]) |
| 4295 | @dispatch.add_dispatch_support |
| 4296 | def gather_nd_v2(params, indices, batch_dims=0, name=None): |
| 4297 | return gather_nd(params, indices, name=name, batch_dims=batch_dims) |
| 4298 | |
| 4299 | |
| 4300 | gather_nd_v2.__doc__ = gather_nd.__doc__ |
nothing calls this directly
no test coverage detected