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.cc96 static xla::XlaOp Softplus(xla::XlaBuilder* b, xla::XlaOp features) { in Softplus() function
/external/tensorflow/tensorflow/core/kernels/mlir_generated/
Dgpu_unary_ops_test.cc1147 GENERATE_DEFAULT_TEST_2(Softplus, DT_HALF, DT_FLOAT, DT_HALF, DT_FLOAT, in GENERATE_DEFAULT_TEST_2() argument
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc4165 TEST_F(OpTest, Softplus) { in TEST_F() argument