Use VariableV2 instead.
tf.raw_ops.Variable(
shape, dtype, container='', shared_name='', name=None
)
Args | |
---|---|
shape
|
A tf.TensorShape or list of ints .
|
dtype
|
A tf.DType .
|
container
|
An optional string . Defaults to "" .
|
shared_name
|
An optional string . Defaults to "" .
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
A mutable Tensor of type dtype .
|