Searched defs:Softplus (Results 1 – 4 of 4) sorted by relevance
29 struct Softplus { struct57 // Functor used by SoftplusGradOp to do the computations. argument
36 class Softplus(bijector.Bijector): class
2921 TEST_F(OpTest, Softplus) { in TEST_F() argument
30135 func Softplus(scope *Scope, features tf.Output) (activations tf.Output) { func