Searched defs:softplus (Results 1 – 12 of 12) sorted by relevance
202 def softplus(x): function
4800 def softplus(x): function
162 def softplus(a): function
149 def softplus(a): function
537 inline Tensor softplus(const Tensor& input, double beta, double threshold) { in softplus() function
461 def softplus( function
150 TORCH_META_FUNC(softplus) ( in TORCH_META_FUNC() argument
636 def softplus(features, name=None): function
2042 softplus = _add_docstr( variable
1294 auto softplus = ops::Softplus(s.WithOpName("softplus"), bias_add); in RunTest() local
1345 def softplus(g: jit_utils.GraphContext, self, beta, threshold): function
2267 const Tensor softplus = input.exp().log1p(); in infinitely_differentiable_mish_backward() local