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