[null,null,["Last updated 2024-04-26 UTC."],[],[],null,["# tf.compat.v1.initialize_all_tables\n\n\u003cbr /\u003e\n\n|----------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/tensorflow/blob/v2.16.1/tensorflow/python/ops/lookup_ops.py#L52-L64) |\n\nReturns an Op that initializes all tables of the default graph. (deprecated) \n\n tf.compat.v1.initialize_all_tables(\n name='init_all_tables'\n )\n\n| **Deprecated:** THIS FUNCTION IS DEPRECATED. It will be removed in a future version. Instructions for updating: Use `tf.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"]]