File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -240,11 +240,14 @@ This API is really big. The following list gives a general idea about this API b
240
240
241
241
### Layers with Activation Functions and no Trainable Parameter
242
242
* ` TNNetReLU ` (input/output: 1D, 2D or 3D).
243
- * ` TNNetSELU ` (input/output: 1D, 2D or 3D).
244
243
* ` TNNetLeakyReLU ` (input/output: 1D, 2D or 3D).
245
244
* ` TNNetVeryLeakyReLU ` (input/output: 1D, 2D or 3D).
245
+ * ` TNNetReLUSqrt ` (input/output: 1D, 2D or 3D).
246
+ * ` TNNetSELU ` (input/output: 1D, 2D or 3D).
246
247
* ` TNNetSigmoid ` (input/output: 1D, 2D or 3D).
247
248
* ` TNNetSoftMax ` (input/output: 1D, 2D or 3D).
249
+ * ` TNNetHyperbolicTangent ` (input/output: 1D, 2D or 3D).
250
+ * ` TNNetPower ` (input/output: 1D, 2D or 3D).
248
251
249
252
### Trainable Bias (Shift) and Multiplication (Scaling) per Cell or Channel Allowing Faster Learning and Convergence
250
253
* ` TNNetCellBias ` (input/output: 1D, 2D or 3D).
You can’t perform that action at this time.
0 commit comments