Home
last modified time | relevance | path

Searched defs:NegativeSlope (Results 1 – 5 of 5) 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
Dquantized_leaky_relu_tester.h77 inline QuantizedLeakyReluTester& NegativeSlope(float negative_slope) { in NegativeSlope() function
82 inline float NegativeSlope() const { return negative_slope_; } in NegativeSlope() function
Dunsigned_quantized_leaky_relu_test.cc114 TEST(UnsignedQuantizedLeakyRelu, NegativeSlope) { in TEST() argument
Dsigned_quantized_leaky_relu_test.cc114 TEST(SignedQuantizedLeakyRelu, NegativeSlope) { in TEST() argument
Dleaky_relu_test.cc94 TEST(LeakyRelu, NegativeSlope) { in TEST() argument