Searched defs:LeakyRelu (Results 1 – 7 of 7) sorted by relevance
98 struct LeakyRelu { struct107 struct LeakyReluArgs { argument113 void operator()(LeakyReluArgs args) { in operator() argument
118 struct LeakyRelu { struct
94 TEST(LeakyRelu, NegativeSlope) { in TEST() argument114 TEST(LeakyRelu, MultiThreading) { in TEST() argument
26 inline void LeakyRelu(const tflite::LeakyReluParams& params, in LeakyRelu() function
2471 TEST(FloatActivationsOpTest, LeakyRelu) { in TEST() argument
1461 class LeakyRelu class
49851 func LeakyRelu(scope *Scope, features tf.Output, optional ...LeakyReluAttr) (activations tf.Output)… func