Skip to content

Commit 75871e8

Browse files
Adding new act functions to readme.
1 parent 65ac498 commit 75871e8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -248,13 +248,16 @@ This API is really big. The following list gives a general idea about this API b
248248

249249
### Layers with Activation Functions and no Trainable Parameter
250250
* `TNNetReLU` (input/output: 1D, 2D or 3D).
251+
* `TNNetReLU6` (input/output: 1D, 2D or 3D).
252+
* `TNNetReLUL` (input/output: 1D, 2D or 3D).
251253
* `TNNetLeakyReLU` (input/output: 1D, 2D or 3D).
252254
* `TNNetVeryLeakyReLU` (input/output: 1D, 2D or 3D).
253255
* `TNNetReLUSqrt` (input/output: 1D, 2D or 3D).
254256
* `TNNetSELU` (input/output: 1D, 2D or 3D).
255257
* `TNNetSigmoid` (input/output: 1D, 2D or 3D).
256258
* `TNNetSoftMax` (input/output: 1D, 2D or 3D).
257259
* `TNNetSwish` (input/output: 1D, 2D or 3D).
260+
* `TNNetSwish6` (input/output: 1D, 2D or 3D).
258261
* `TNNetHyperbolicTangent` (input/output: 1D, 2D or 3D).
259262
* `TNNetPower` (input/output: 1D, 2D or 3D).
260263

0 commit comments

Comments
 (0)