tf.raw_ops.ResourceGatherNd

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.raw_ops.ResourceGatherNd

resource A Tensor of type resource.
indices A Tensor. Must be one of the following types: int32, int64.
dtype A tf.DType.
name A name for the operation (optional).

A Tensor of type dtype.