Searched defs:Selu (Results 1 – 4 of 4) sorted by relevance
174 struct Selu { struct198 // gradients: gradients backpropagated to the Selu op. argument
35 XlaOp Selu(XlaOp x) { in Selu() function
1963 TEST_F(OpTest, Selu) { in TEST_F() argument
18573 func Selu(scope *Scope, features tf.Output) (activations tf.Output) { func