Searched defs:negative_slope (Results 1 – 9 of 9) sorted by relevance
78 inline LeakyReLUOperatorTester& negative_slope(float negative_slope) { in negative_slope() function85 inline float negative_slope() const { in negative_slope() function
48 for (float negative_slope = 1.0e-4f; negative_slope < 1.0f; negative_slope *= 3.14159265f) { in TEST() local213 for (float negative_slope = 1.0e-4f; negative_slope < 1.0f; negative_slope *= 3.14159265f) { in TEST() local
18 float negative_slope, in xnn_define_leaky_relu()
47 inline LeakyReluTester& NegativeSlope(float negative_slope) { in NegativeSlope()
24 const float* negative_slope, in xnn_create_prelu_nc_f32()
25 float negative_slope, in xnn_create_leaky_relu_nc_qu8()
369 float negative_slope, in xnn_create_leaky_relu_nc_f32()
405 def __init__(self, max_value=None, negative_slope=0, threshold=0, **kwargs): argument
188 float negative_slope; member