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