Python wrappers
Public Python APIs implemented by this engine symbols.Autograd node for Mish (Misra 2019).
The composed function's derivative involves both and its derivative through the softplus, so the backward is delegated to the backend where it runs as a single fused kernel.
Math
= \tanh(\mathrm{softplus}(x)) + x\,\sigma(x)\,(1 - \tanh^2(\mathrm{softplus}(x)))$$ **References** Misra, "Mish: A Self Regularized Non-Monotonic Activation Function", [arXiv:1908.08681](https://arxiv.org/abs/1908.08681).
Attributes
schema_v1OpSchema"mish", AmpPolicy::ForceFP32.