Unverified Commit 900d99cd by zhengdi Committed by GitHub

[TOPI] fix docs errors (#4973)

parent 92a24278
...@@ -78,7 +78,7 @@ def schedule_concatenate(outs): ...@@ -78,7 +78,7 @@ def schedule_concatenate(outs):
Parameters Parameters
---------- ----------
outs: Array of Tensor outs: Array of Tensor
The computation graph description of reduce in the format The computation graph description of concatenate in the format
of an array of tensors. of an array of tensors.
Returns Returns
......
...@@ -72,7 +72,7 @@ def schedule_injective(outs): ...@@ -72,7 +72,7 @@ def schedule_injective(outs):
Parameters Parameters
---------- ----------
outs: Array of Tensor outs: Array of Tensor
The computation graph description of reduce in the format The computation graph description of injective in the format
of an array of tensors. of an array of tensors.
Returns Returns
......
...@@ -26,7 +26,7 @@ def schedule_softmax(outs): ...@@ -26,7 +26,7 @@ def schedule_softmax(outs):
Parameters Parameters
---------- ----------
outs: Array of Tensor outs: Array of Tensor
The computation graph description of reduce in the format The computation graph description of softmax in the format
of an array of tensors. of an array of tensors.
Returns Returns
......
...@@ -45,7 +45,7 @@ def schedule_injective(outs): ...@@ -45,7 +45,7 @@ def schedule_injective(outs):
Parameters Parameters
---------- ----------
outs: Array of Tensor outs: Array of Tensor
The computation graph description of reduce in the format The computation graph description of injective in the format
of an array of tensors. of an array of tensors.
Returns Returns
......
...@@ -45,7 +45,7 @@ def schedule_injective(outs): ...@@ -45,7 +45,7 @@ def schedule_injective(outs):
Parameters Parameters
---------- ----------
outs: Array of Tensor outs: Array of Tensor
The computation graph description of reduce in the format The computation graph description of injective in the format
of an array of tensors. of an array of tensors.
Returns Returns
......
...@@ -42,7 +42,7 @@ def schedule_injective(outs): ...@@ -42,7 +42,7 @@ def schedule_injective(outs):
Parameters Parameters
---------- ----------
outs: Array of Tensor outs: Array of Tensor
The computation graph description of reduce in the format The computation graph description of injective in the format
of an array of tensors. of an array of tensors.
Returns Returns
......
...@@ -24,7 +24,7 @@ def schedule_softmax(outs): ...@@ -24,7 +24,7 @@ def schedule_softmax(outs):
Parameters Parameters
---------- ----------
outs: Array of Tensor outs: Array of Tensor
The computation graph description of reduce in the format The computation graph description of softmax in the format
of an array of tensors. of an array of tensors.
Returns Returns
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment