Home
last modified time | relevance | path

Searched defs:NegativeSlope (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dleaky_relu_tester.h47 inline LeakyReluTester& NegativeSlope(float negative_slope) { in NegativeSlope() function
52 inline float NegativeSlope() const { return negative_slope_; } in NegativeSlope() function
Dleaky_relu_test.cc94 TEST(LeakyRelu, NegativeSlope) { in TEST() argument