Searched defs:Selu (Results 1 – 3 of 3) sorted by relevance
160 struct Selu { struct184 // gradients: gradients backpropagated to the Selu op. argument
1962 TEST_F(OpTest, Selu) { in TEST_F() argument
12478 func Selu(scope *Scope, features tf.Output) (activations tf.Output) { func