Skip to content

Commit 882bd9b

Browse files
Update README.md
1 parent 80e50ea commit 882bd9b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,11 +240,14 @@ This API is really big. The following list gives a general idea about this API b
240240

241241
### Layers with Activation Functions and no Trainable Parameter
242242
* `TNNetReLU` (input/output: 1D, 2D or 3D).
243-
* `TNNetSELU` (input/output: 1D, 2D or 3D).
244243
* `TNNetLeakyReLU` (input/output: 1D, 2D or 3D).
245244
* `TNNetVeryLeakyReLU` (input/output: 1D, 2D or 3D).
245+
* `TNNetReLUSqrt` (input/output: 1D, 2D or 3D).
246+
* `TNNetSELU` (input/output: 1D, 2D or 3D).
246247
* `TNNetSigmoid` (input/output: 1D, 2D or 3D).
247248
* `TNNetSoftMax` (input/output: 1D, 2D or 3D).
249+
* `TNNetHyperbolicTangent` (input/output: 1D, 2D or 3D).
250+
* `TNNetPower` (input/output: 1D, 2D or 3D).
248251

249252
### Trainable Bias (Shift) and Multiplication (Scaling) per Cell or Channel Allowing Faster Learning and Convergence
250253
* `TNNetCellBias` (input/output: 1D, 2D or 3D).

0 commit comments

Comments
 (0)