Searched defs:Elu (Results 1 – 5 of 5) sorted by relevance
126 struct Elu { struct146 // gradients: gradients backpropagated to the Elu op. argument
121 TEST(FloatActivationsOpTest, Elu) { in TEST() argument
1945 TEST_F(OpTest, Elu) { in TEST_F() argument
394 inline void Elu(const RuntimeShape& input_shape, const float* input_data, in Elu() function
8344 func Elu(scope *Scope, features tf.Output) (activations tf.Output) { func