• इस पेज पर, यह जानकारी उपलब्ध है
  • Args
  • Returns

tf.raw_ops.RefSelect

  • इस पेज पर, यह जानकारी उपलब्ध है
  • Args
  • Returns

Forwards the indexth element of inputs to output.

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.raw_ops.RefSelect

index A Tensor of type int32. A scalar that determines the input that gets selected.
inputs A list of at least 1 mutable Tensor objects with the same type. A list of ref tensors, one of which will be forwarded to output.
name A name for the operation (optional).

A mutable Tensor. Has the same type as inputs.