Searched defs:Elu (Results 1 – 10 of 10) sorted by relevance
140 struct Elu { struct160 // gradients: gradients backpropagated to the Elu op. argument
103 struct Elu { struct
26 inline void Elu(const RuntimeShape& input_shape, const float* input_data, in Elu() function
97 TEST(Elu, MultiThreading) { in TEST() argument
28 XlaOp Elu(XlaOp x) { in Elu() function
45 TEST_F(OpenCLOperationTest, Elu) { in TEST_F() argument
75 TEST(ElementwiseOneArgumentTest, Elu) { in TEST() argument
246 TEST(FloatActivationsOpTest, Elu) { in TEST() argument
1946 TEST_F(OpTest, Elu) { in TEST_F() argument
27946 func Elu(scope *Scope, features tf.Output) (activations tf.Output) { func