tf.raw_ops.RefSelect
Forwards the index
th element of inputs
to output
.
tf.raw_ops.RefSelect(
index, inputs, name=None
)
Args |
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).
|
Returns |
A mutable Tensor . Has the same type as inputs .
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-10-01 UTC.
[null,null,["Last updated 2020-10-01 UTC."],[],[]]