Home
last modified time | relevance | path

Searched defs:negative_slope (Results 1 – 9 of 9) sorted by relevance

/external/XNNPACK/test/
Dleaky-relu-operator-tester.h78 inline LeakyReLUOperatorTester& negative_slope(float negative_slope) { in negative_slope() function
85 inline float negative_slope() const { in negative_slope() function
Dleaky-relu-nc.cc48 for (float negative_slope = 1.0e-4f; negative_slope < 1.0f; negative_slope *= 3.14159265f) { in TEST() local
213 for (float negative_slope = 1.0e-4f; negative_slope < 1.0f; negative_slope *= 3.14159265f) { in TEST() local
/external/XNNPACK/src/subgraph/
Dleaky-relu.c18 float negative_slope, in xnn_define_leaky_relu()
/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dleaky_relu_tester.h47 inline LeakyReluTester& NegativeSlope(float negative_slope) { in NegativeSlope()
/external/XNNPACK/src/operators/
Dprelu-nc.c24 const float* negative_slope, in xnn_create_prelu_nc_f32()
Dleaky-relu-nc.c25 float negative_slope, in xnn_create_leaky_relu_nc_qu8()
Dunary-elementwise-nc.c369 float negative_slope, in xnn_create_leaky_relu_nc_f32()
/external/tensorflow/tensorflow/python/keras/layers/
Dadvanced_activations.py405 def __init__(self, max_value=None, negative_slope=0, threshold=0, **kwargs): argument
/external/XNNPACK/src/xnnpack/
Dsubgraph.h188 float negative_slope; member