[null,null,["Last updated 2024-04-26 UTC."],[],[],null,["# tf.compat.v1.report_uninitialized_variables\n\n\u003cbr /\u003e\n\n|-------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/tensorflow/blob/v2.16.1/tensorflow/python/ops/variables.py#L1994-L2039) |\n\nAdds ops to list the names of uninitialized variables. \n\n tf.compat.v1.report_uninitialized_variables(\n var_list=None, name='report_uninitialized_variables'\n )\n\nWhen run, it returns a 1-D tensor containing the names of uninitialized\nvariables if there are any, or an empty array if there are none.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Args ---- ||\n|------------|--------------------------------------------------------------------------------------------------------|\n| `var_list` | List of `Variable` objects to check. Defaults to the value of `global_variables() + local_variables()` |\n| `name` | Optional name of the `Operation`. |\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ------- ||\n|---|---|\n| A 1-D tensor containing names of the uninitialized variables, or an empty 1-D tensor if there are no variables or no uninitialized variables. ||\n\n\u003cbr /\u003e\n\n| **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."]]