Searched defs:mish (Results 1 – 8 of 8) sorted by relevance
166 def mish(a): function
153 def mish(a): function
34 def mish(x): function
393 inline Tensor mish(const Tensor& input) { in mish() function
390 def mish(a: TensorLikeType, inplace: bool = False) -> TensorLikeType: function
146 TORCH_META_FUNC(mish) (const Tensor& self) { in TORCH_META_FUNC() argument
2383 def mish(input: Tensor, inplace: bool = False) -> Tensor: function
1211 def mish(g: jit_utils.GraphContext, input): function