[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2020-10-01 UTC."],[],[],null,["# tf.initialize_variables\n\n\u003cbr /\u003e\n\n|-------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/tensorflow/blob/v1.15.0/tensorflow/python/ops/variables.py#L3221-L3226) |\n\nSee [`tf.compat.v1.variables_initializer`](../tf/initializers/variables). (deprecated)\n\n#### View aliases\n\n\n**Compat aliases for migration**\n\nSee\n[Migration guide](https://www.tensorflow.org/guide/migrate) for\nmore details.\n\n[`tf.compat.v1.initialize_variables`](/api_docs/python/tf/compat/v1/initialize_variables)\n\n\u003cbr /\u003e\n\n tf.initialize_variables(\n var_list, name='init'\n )\n\n| **Warning:** THIS FUNCTION IS DEPRECATED. It will be removed after 2017-03-02. Instructions for updating: Use [`tf.variables_initializer`](../tf/initializers/variables) instead.\n| **Note:** The output of this function should be used. If it is not, a warning will be logged. To mark the output as used, call its .mark_used() method."]]