[null,null,["Last updated 2020-10-01 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.1.0/tensorflow/python/ops/lookup_ops.py#L50-L62) |\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| **Warning:** 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"]]