mindspore/docs/api/api_python/ops/mindspore.ops.Mish.rst

19 lines
534 B
ReStructuredText
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

mindspore.ops.Mish
====================
.. py:class:: mindspore.ops.Mish
逐元素计算输入Tensor的MISHSelf Regularized Non-Monotonic Neural Activation Function 自正则化非单调神经激活函数)。
详情请查看 :func:`mindspore.ops.mish`
输入:
- **x** (Tensor) - 输入Tensor。
支持数据类型:
- GPU/CPUfloat16、float32、float64。
- Ascendfloat16、float32。
输出:
Tensor`x` 的shape和数据类型相同。