tf.keras.activations.linear
tf.keras.activations.linear(x)
Defined in tensorflow/python/keras/activations.py
.
@tf_export('keras.activations.linear') | |
def linear(x): | |
return x |
tf.keras.activations.linear(x)
Defined in tensorflow/python/keras/activations.py
.
@tf_export('keras.activations.linear') | |
def linear(x): | |
return x |