Home
last modified time | relevance | path

Searched defs:LeakyRelu (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Drelu_op_functor.h98 struct LeakyRelu { struct
107 struct LeakyReluArgs { argument
113 void operator()(LeakyReluArgs args) { in operator() argument
Dfused_eigen_output_kernels.h118 struct LeakyRelu { struct
/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dleaky_relu_test.cc94 TEST(LeakyRelu, NegativeSlope) { in TEST() argument
114 TEST(LeakyRelu, MultiThreading) { in TEST() argument
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dleaky_relu.h26 inline void LeakyRelu(const tflite::LeakyReluParams& params, in LeakyRelu() function
/external/tensorflow/tensorflow/lite/kernels/
Dactivations_test.cc2471 TEST(FloatActivationsOpTest, LeakyRelu) { in TEST() argument
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator.cc1461 class LeakyRelu class
/external/tensorflow/tensorflow/go/op/
Dwrappers.go49851 func LeakyRelu(scope *Scope, features tf.Output, optional ...LeakyReluAttr) (activations tf.Output)… func