deephyper.nas.operation.operation#

deephyper.nas.operation.operation(cls)[source]#

Dynamically creates a sub-class of Operation from a Keras layer.

Parameters:

cls (tf.keras.layers.Layer) – takes a Keras layer class as input and return an operation class corresponding to this layer.