Unverified Commit 900d99cd by zhengdi Committed by GitHub

[TOPI] fix docs errors (#4973)

parent 92a24278
......@@ -78,7 +78,7 @@ def schedule_concatenate(outs):
Parameters
----------
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.
Returns
......
......@@ -72,7 +72,7 @@ def schedule_injective(outs):
Parameters
----------
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.
Returns
......
......@@ -26,7 +26,7 @@ def schedule_softmax(outs):
Parameters
----------
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.
Returns
......
......@@ -45,7 +45,7 @@ def schedule_injective(outs):
Parameters
----------
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.
Returns
......
......@@ -45,7 +45,7 @@ def schedule_injective(outs):
Parameters
----------
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.
Returns
......
......@@ -42,7 +42,7 @@ def schedule_injective(outs):
Parameters
----------
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.
Returns
......
......@@ -24,7 +24,7 @@ def schedule_softmax(outs):
Parameters
----------
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.
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