Home
last modified time | relevance | path

Searched refs:negative_slope (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/keras/layers/
Dadvanced_activations.py297 def __init__(self, max_value=None, negative_slope=0, threshold=0, **kwargs): argument
302 if negative_slope < 0.:
304 'cannot be negative value: ' + str(negative_slope))
310 self.negative_slope = K.cast_to_floatx(negative_slope)
317 alpha=self.negative_slope,
324 'negative_slope': self.negative_slope,
Dadvanced_activations_test.py72 'LeakyRelu' in keras.layers.ReLU(negative_slope=0.2)(x).name)
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.keras.layers.-re-l-u.pbtxt89 …argspec: "args=[\'self\', \'max_value\', \'negative_slope\', \'threshold\'], varargs=None, keyword…
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.keras.layers.-re-l-u.pbtxt89 …argspec: "args=[\'self\', \'max_value\', \'negative_slope\', \'threshold\'], varargs=None, keyword…