Checks whether a resource handle-based variable has been initialized.
tf.raw_ops.VarIsInitializedOp(
resource, name=None
)
Args | |
---|---|
resource
|
A Tensor of type resource . the input resource handle.
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
A Tensor of type bool .
|