mindelec.architecture.get_activation
=====================================

.. py:function:: mindelec.architecture.get_activation(name)

    获取激活函数。

    参数:
        - **name** (Union[str, None]) - 激活函数的名称。

    返回:
        Function,激活函数。