tf.keras.utils.convert_all_kernels_in_model

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

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.

model target model for the conversion.