Skip to content

Commit

Permalink
Adding new act functions to readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
joaopauloschuler committed Dec 26, 2021
1 parent 65ac498 commit 75871e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,13 +248,16 @@ This API is really big. The following list gives a general idea about this API b

### Layers with Activation Functions and no Trainable Parameter
* `TNNetReLU` (input/output: 1D, 2D or 3D).
* `TNNetReLU6` (input/output: 1D, 2D or 3D).
* `TNNetReLUL` (input/output: 1D, 2D or 3D).
* `TNNetLeakyReLU` (input/output: 1D, 2D or 3D).
* `TNNetVeryLeakyReLU` (input/output: 1D, 2D or 3D).
* `TNNetReLUSqrt` (input/output: 1D, 2D or 3D).
* `TNNetSELU` (input/output: 1D, 2D or 3D).
* `TNNetSigmoid` (input/output: 1D, 2D or 3D).
* `TNNetSoftMax` (input/output: 1D, 2D or 3D).
* `TNNetSwish` (input/output: 1D, 2D or 3D).
* `TNNetSwish6` (input/output: 1D, 2D or 3D).
* `TNNetHyperbolicTangent` (input/output: 1D, 2D or 3D).
* `TNNetPower` (input/output: 1D, 2D or 3D).

Expand Down

0 comments on commit 75871e8

Please sign in to comment.