tf.keras.utils.convert_all_kernels_in_model

Converts all convolution kernels in a model from Theano to TensorFlow. (deprecated)

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.keras.utils.convert_all_kernels_in_model

Also works from TensorFlow to Theano.

This is used for converting legacy Theano-saved model files.

model target model for the conversion.