Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tic
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenyuanbo
tic
Commits
900d99cd
Unverified
Commit
900d99cd
authored
Mar 02, 2020
by
zhengdi
Committed by
GitHub
Mar 01, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[TOPI] fix docs errors (#4973)
parent
92a24278
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
7 additions
and
7 deletions
+7
-7
topi/python/topi/arm_cpu/injective.py
+1
-1
topi/python/topi/cuda/injective.py
+1
-1
topi/python/topi/cuda/softmax.py
+1
-1
topi/python/topi/generic/injective.py
+1
-1
topi/python/topi/hls/injective.py
+1
-1
topi/python/topi/opengl/injective.py
+1
-1
topi/python/topi/opengl/softmax.py
+1
-1
No files found.
topi/python/topi/arm_cpu/injective.py
View file @
900d99cd
...
@@ -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
reduc
e in the format
The computation graph description of
concatenat
e in the format
of an array of tensors.
of an array of tensors.
Returns
Returns
...
...
topi/python/topi/cuda/injective.py
View file @
900d99cd
...
@@ -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
reduc
e in the format
The computation graph description of
injectiv
e in the format
of an array of tensors.
of an array of tensors.
Returns
Returns
...
...
topi/python/topi/cuda/softmax.py
View file @
900d99cd
...
@@ -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
...
...
topi/python/topi/generic/injective.py
View file @
900d99cd
...
@@ -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
reduc
e in the format
The computation graph description of
injectiv
e in the format
of an array of tensors.
of an array of tensors.
Returns
Returns
...
...
topi/python/topi/hls/injective.py
View file @
900d99cd
...
@@ -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
reduc
e in the format
The computation graph description of
injectiv
e in the format
of an array of tensors.
of an array of tensors.
Returns
Returns
...
...
topi/python/topi/opengl/injective.py
View file @
900d99cd
...
@@ -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
reduc
e in the format
The computation graph description of
injectiv
e in the format
of an array of tensors.
of an array of tensors.
Returns
Returns
...
...
topi/python/topi/opengl/softmax.py
View file @
900d99cd
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment