Reads the value of a variable.
tf.raw_ops.ReadVariableOp(
    resource, dtype, name=None
)
The tensor returned by this operation is immutable.
The value returned by this operation is guaranteed to be influenced by all the writes on which this operation depends directly or indirectly, and to not be influenced by any of the writes which depend directly or indirectly on this operation.
| Args | |
|---|---|
| resource | A Tensorof typeresource.
handle to the resource in which to store the variable. | 
| dtype | A tf.DType. the dtype of the value. | 
| name | A name for the operation (optional). | 
| Returns | |
|---|---|
| A Tensorof typedtype. |