File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -248,13 +248,16 @@ This API is really big. The following list gives a general idea about this API b
248
248
249
249
### Layers with Activation Functions and no Trainable Parameter
250
250
* ` TNNetReLU ` (input/output: 1D, 2D or 3D).
251
+ * ` TNNetReLU6 ` (input/output: 1D, 2D or 3D).
252
+ * ` TNNetReLUL ` (input/output: 1D, 2D or 3D).
251
253
* ` TNNetLeakyReLU ` (input/output: 1D, 2D or 3D).
252
254
* ` TNNetVeryLeakyReLU ` (input/output: 1D, 2D or 3D).
253
255
* ` TNNetReLUSqrt ` (input/output: 1D, 2D or 3D).
254
256
* ` TNNetSELU ` (input/output: 1D, 2D or 3D).
255
257
* ` TNNetSigmoid ` (input/output: 1D, 2D or 3D).
256
258
* ` TNNetSoftMax ` (input/output: 1D, 2D or 3D).
257
259
* ` TNNetSwish ` (input/output: 1D, 2D or 3D).
260
+ * ` TNNetSwish6 ` (input/output: 1D, 2D or 3D).
258
261
* ` TNNetHyperbolicTangent ` (input/output: 1D, 2D or 3D).
259
262
* ` TNNetPower ` (input/output: 1D, 2D or 3D).
260
263
You can’t perform that action at this time.
0 commit comments