MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / gather_nd_v2

Function gather_nd_v2

tensorflow/python/ops/array_ops.py:4296–4297  ·  view source on GitHub ↗
(params, indices, batch_dims=0, name=None)

Source from the content-addressed store, hash-verified

4294@tf_export("gather_nd", v1=[])
4295@dispatch.add_dispatch_support
4296def gather_nd_v2(params, indices, batch_dims=0, name=None):
4297 return gather_nd(params, indices, name=name, batch_dims=batch_dims)
4298
4299
4300gather_nd_v2.__doc__ = gather_nd.__doc__

Callers

nothing calls this directly

Calls 1

gather_ndFunction · 0.70

Tested by

no test coverage detected