Module: tf.keras.applications

Keras Applications are canned architectures with pre-trained weights.

mobilenet = tf.keras.applications.MobileNetV2()

This is a wrapper around the keras_applications package.

For a list of available architectures see the keras_applications package.

Additional documentation can be found on the keras site