File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 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
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
You can’t perform that action at this time.
0 commit comments