tf.raw_ops.ResourceGatherNd(
resource, indices, dtype, name=None
)
Args | |
---|---|
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). |
Returns | |
---|---|
A Tensor of type dtype .
|