[null,null,["Last updated 2020-10-01 UTC."],[],[],null,["# tf.initialize_all_tables\n\n\u003cbr /\u003e\n\n|----------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/tensorflow/blob/v1.15.0/tensorflow/python/ops/lookup_ops.py#L51-L63) |\n\nReturns an Op that initializes all tables of the default graph. (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_all_tables`](/api_docs/python/tf/compat/v1/initialize_all_tables)\n\n\u003cbr /\u003e\n\n tf.initialize_all_tables(\n name='init_all_tables'\n )\n\n| **Warning:** THIS FUNCTION IS DEPRECATED. It will be removed in a future version. Instructions for updating: Use [`tf.tables_initializer`](../tf/initializers/tables_initializer) instead.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Args ---- ||\n|--------|------------------------------------------|\n| `name` | Optional name for the initialization op. |\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Returns ------- ||\n|---|---|\n| An Op that initializes all tables. Note that if there are not tables the returned Op is a NoOp. ||\n\n\u003cbr /\u003e"]]