Searched refs:negative_slope (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/python/keras/layers/ |
D | advanced_activations.py | 297 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,
|
D | advanced_activations_test.py | 72 'LeakyRelu' in keras.layers.ReLU(negative_slope=0.2)(x).name)
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.keras.layers.-re-l-u.pbtxt | 89 …argspec: "args=[\'self\', \'max_value\', \'negative_slope\', \'threshold\'], varargs=None, keyword…
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.keras.layers.-re-l-u.pbtxt | 89 …argspec: "args=[\'self\', \'max_value\', \'negative_slope\', \'threshold\'], varargs=None, keyword…
|