Searched defs:Softplus (Results 1 – 4 of 4) sorted by relevance
32 struct Softplus { struct60 // Functor used by SoftplusGradOp to do the computations. argument
95 static xla::XlaOp Softplus(xla::XlaBuilder* b, xla::XlaOp features) { in Softplus() function
2922 TEST_F(OpTest, Softplus) { in TEST_F() argument
16877 func Softplus(scope *Scope, features tf.Output) (activations tf.Output) { func