Home
last modified time | relevance | path

Searched defs:Softplus (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dsoftplus_op.h32 struct Softplus { struct
60 // Functor used by SoftplusGradOp to do the computations. argument
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dunary_ops.cc95 static xla::XlaOp Softplus(xla::XlaBuilder* b, xla::XlaOp features) { in Softplus() function
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc2922 TEST_F(OpTest, Softplus) { in TEST_F() argument
/external/tensorflow/tensorflow/go/op/
Dwrappers.go16877 func Softplus(scope *Scope, features tf.Output) (activations tf.Output) { func