Searched defs:Softsign (Results 1 – 4 of 4) sorted by relevance
29 struct Softsign { struct46 // gradients: gradients backpropagated to the Softsign op. argument
33 class Softsign(bijector.Bijector): class
2938 TEST_F(OpTest, Softsign) { in TEST_F() argument
38493 func Softsign(scope *Scope, features tf.Output) (activations tf.Output) { func