tf.compat.v1.is_variable_initialized

Tests if a variable has been initialized.

variableA Variable.

Returns a scalar boolean Tensor, True if the variable has been initialized, False otherwise.