We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b5492b commit 0be8267Copy full SHA for 0be8267
python/tvm/topi/nn/softmax.py
@@ -27,7 +27,7 @@ def softmax(x, axis=-1):
27
28
Parameters
29
----------
30
- data : tvm.te.Tensor
+ x : tvm.te.Tensor
31
can be any dimension
32
33
axis : int
@@ -48,7 +48,7 @@ def fast_softmax(x, axis=-1):
48
49
50
51
52
53
54
@@ -128,9 +128,12 @@ def log_softmax(x, axis=-1):
128
129
130
131
132
N-D input data
133
134
+ axis : int
135
+ channel axis
136
+
137
Returns
138
-------
139
output : tvm.te.Tensor
0 commit comments