[[["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.keras.utils.convert_all_kernels_in_model\n\n\u003cbr /\u003e\n\n|-----------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|\n| [TensorFlow 1 version](/versions/r1.15/api_docs/python/tf/keras/utils/convert_all_kernels_in_model) | [View source on GitHub](https://github.com/tensorflow/tensorflow/blob/v2.3.0/tensorflow/python/keras/utils/layer_utils.py#L329-L357) |\n\nConverts all convolution kernels in a model from Theano to TensorFlow. (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.keras.utils.convert_all_kernels_in_model`](/api_docs/python/tf/keras/utils/convert_all_kernels_in_model)\n\n\u003cbr /\u003e\n\n tf.keras.utils.convert_all_kernels_in_model(\n model\n )\n\n| **Warning:** THIS FUNCTION IS DEPRECATED. It will be removed after 2020-06-23. Instructions for updating: The Theano kernel format is legacy; this utility will be removed.\n\nAlso works from TensorFlow to Theano.\n\nThis is used for converting legacy Theano-saved model files.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Arguments --------- ||\n|---------|----------------------------------|\n| `model` | target model for the conversion. |\n\n\u003cbr /\u003e"]]