Tests if a variable has been initialized.
tf.compat.v1.is_variable_initialized(
    variable
)
   
| Args | |
|---|---|
| variable | A Variable. | 
| Returns | |
|---|---|
| Returns a scalar boolean Tensor, Trueif the variable has been initialized,Falseotherwise. | 
Note: The output of this function should be used. If it is not, a warning will be logged or an error may be raised. To mark the output as used, call its .mark_used() method.
    © 2022 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
    https://www.tensorflow.org/versions/r2.9/api_docs/python/tf/compat/v1/is_variable_initialized