Searched defs:NegativeSlope (Results 1 – 5 of 5) sorted by relevance
47 inline LeakyReluTester& NegativeSlope(float negative_slope) { in NegativeSlope() function52 inline float NegativeSlope() const { return negative_slope_; } in NegativeSlope() function
77 inline QuantizedLeakyReluTester& NegativeSlope(float negative_slope) { in NegativeSlope() function82 inline float NegativeSlope() const { return negative_slope_; } in NegativeSlope() function
114 TEST(UnsignedQuantizedLeakyRelu, NegativeSlope) { in TEST() argument
114 TEST(SignedQuantizedLeakyRelu, NegativeSlope) { in TEST() argument
94 TEST(LeakyRelu, NegativeSlope) { in TEST() argument