tf.raw_ops.ReadVariableOp

Reads the value of a variable.

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.

resourceA Tensor of type resource. handle to the resource in which to store the variable.
dtypeA tf.DType. the dtype of the value.
nameA name for the operation (optional).

A Tensor of type dtype.