adaptive_functions rst

This commit is contained in:
Dario Coscia
2025-03-13 14:53:59 +01:00
committed by FilippoOlivo
parent 905097880a
commit 65d9c06514
13 changed files with 116 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
AdaptiveActivationFunctionInterface
=======================================
.. currentmodule:: pina.adaptive_function.adaptive_function_interface
.. automodule:: pina.adaptive_function.adaptive_functiontion_interface
:members:
:show-inheritance:

View File

@@ -0,0 +1,9 @@
AdaptiveCELU
============
.. currentmodule:: pina.adaptive_function.adaptive_function
.. autoclass:: AdaptiveCELU
:members:
:show-inheritance:
:inherited-members: AdaptiveActivationFunctionInterface

View File

@@ -0,0 +1,9 @@
AdaptiveELU
===========
.. currentmodule:: pina.adaptive_function.adaptive_function
.. autoclass:: AdaptiveELU
:members:
:show-inheritance:
:inherited-members: AdaptiveActivationFunctionInterface

View File

@@ -0,0 +1,9 @@
AdaptiveExp
===========
.. currentmodule:: pina.adaptive_function.adaptive_function
.. autoclass:: AdaptiveExp
:members:
:show-inheritance:
:inherited-members: AdaptiveActivationFunctionInterface

View File

@@ -0,0 +1,9 @@
AdaptiveGELU
============
.. currentmodule:: pina.adaptive_function.adaptive_function
.. autoclass:: AdaptiveGELU
:members:
:show-inheritance:
:inherited-members: AdaptiveActivationFunctionInterface

View File

@@ -0,0 +1,9 @@
AdaptiveMish
============
.. currentmodule:: pina.adaptive_function.adaptive_function
.. autoclass:: AdaptiveMish
:members:
:show-inheritance:
:inherited-members: AdaptiveActivationFunctionInterface

View File

@@ -0,0 +1,9 @@
AdaptiveReLU
============
.. currentmodule:: pina.adaptive_function.adaptive_function
.. autoclass:: AdaptiveReLU
:members:
:show-inheritance:
:inherited-members: AdaptiveActivationFunctionInterface

View File

@@ -0,0 +1,9 @@
AdaptiveSIREN
=============
.. currentmodule:: pina.adaptive_function.adaptive_function
.. autoclass:: AdaptiveSIREN
:members:
:show-inheritance:
:inherited-members: AdaptiveActivationFunctionInterface

View File

@@ -0,0 +1,9 @@
AdaptiveSiLU
============
.. currentmodule:: pina.adaptive_function.adaptive_function
.. autoclass:: AdaptiveSiLU
:members:
:show-inheritance:
:inherited-members: AdaptiveActivationFunctionInterface

View File

@@ -0,0 +1,9 @@
AdaptiveSigmoid
===============
.. currentmodule:: pina.adaptive_function.adaptive_function
.. autoclass:: AdaptiveSigmoid
:members:
:show-inheritance:
:inherited-members: AdaptiveActivationFunctionInterface

View File

@@ -0,0 +1,9 @@
AdaptiveSoftmax
===============
.. currentmodule:: pina.adaptive_function.adaptive_function
.. autoclass:: AdaptiveSoftmax
:members:
:show-inheritance:
:inherited-members: AdaptiveActivationFunctionInterface

View File

@@ -0,0 +1,9 @@
AdaptiveSoftmin
===============
.. currentmodule:: pina.adaptive_function.adaptive_function
.. autoclass:: AdaptiveSoftmin
:members:
:show-inheritance:
:inherited-members: AdaptiveActivationFunctionInterface

View File

@@ -0,0 +1,9 @@
AdaptiveTanh
============
.. currentmodule:: pina.adaptive_function.adaptive_function
.. autoclass:: AdaptiveTanh
:members:
:show-inheritance:
:inherited-members: AdaptiveActivationFunctionInterface