Home
last modified time | relevance | path

Searched defs:softplus (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/keras/
H A Dactivations.py202 def softplus(x): function
H A Dbackend.py4800 def softplus(x): function
/aosp_15_r20/external/pytorch/benchmarks/fuser/
H A Drun_benchmarks.py162 def softplus(a): function
/aosp_15_r20/external/pytorch/functorch/benchmarks/
H A Dpointwise_scorecard.py149 def softplus(a): function
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/nn/functional/
H A Dactivation.h537 inline Tensor softplus(const Tensor& input, double beta, double threshold) { in softplus() function
/aosp_15_r20/external/pytorch/torch/_refs/nn/functional/
H A D__init__.py461 def softplus( function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DActivation.cpp150 TORCH_META_FUNC(softplus) ( in TORCH_META_FUNC() argument
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dmath_ops.py636 def softplus(features, name=None): function
/aosp_15_r20/external/pytorch/torch/nn/
H A Dfunctional.py2042 softplus = _add_docstr( variable
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dremapper_test.cc1294 auto softplus = ops::Softplus(s.WithOpName("softplus"), bias_add); in RunTest() local
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset9.py1345 def softplus(g: jit_utils.GraphContext, self, beta, threshold): function
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A DFunctionsManual.cpp2267 const Tensor softplus = input.exp().log1p(); in infinitely_differentiable_mish_backward() local