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
e44b38e3
Commit
e44b38e3
authored
Sep 27, 2017
by
ziheng
Committed by
Tianqi Chen
Sep 27, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[TOPI] Update conv schedule on rasp (#497)
parent
81f9d5b3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
topi/python/topi/nn/__init__.py
+1
-1
topi/python/topi/nn/depthwise_conv2d.py
+0
-0
topi/python/topi/rasp/conv2d.py
+2
-2
No files found.
topi/python/topi/nn/__init__.py
View file @
e44b38e3
...
...
@@ -4,7 +4,7 @@ from __future__ import absolute_import as _abs
from
.batch_norm
import
*
from
.conv2d
import
*
from
.depthwise_conv
olution
import
*
from
.depthwise_conv
2d
import
*
from
.elemwise
import
*
from
.dilate
import
*
from
.flatten
import
*
...
...
topi/python/topi/nn/depthwise_conv
olution
.py
→
topi/python/topi/nn/depthwise_conv
2d
.py
View file @
e44b38e3
File moved
topi/python/topi/rasp/conv2d.py
View file @
e44b38e3
...
...
@@ -32,8 +32,8 @@ _SCHEDULES = [
SpatialPack
(
1
,
4
,
8
,
4
,
8
,
False
),
SpatialPack
(
2
,
2
,
8
,
1
,
4
,
False
),
SpatialPack
(
2
,
2
,
8
,
1
,
8
,
False
),
SpatialPack
(
1
,
1
,
16
,
1
,
4
,
False
),
SpatialPack
(
1
,
1
,
4
,
1
,
4
,
True
),
Im2ColPack
(
7
,
4
,
1
,
16
,
False
),
Im2ColPack
(
7
,
4
,
1
,
4
,
True
),
]
def
_schedule_conv2d
(
wkl
):
...
...
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