Module: tf.keras.layers.experimental

Modules

preprocessing module

Classes

class EinsumDense: A layer that uses tf.einsum as the backing computation.

class RandomFourierFeatures: Layer that projects its inputs into a random feature space.

class SyncBatchNormalization: Deprecated. Please use tf.keras.layers.BatchNormalization instead.