Skip to content

Commit

Permalink
[TOPI] Update conv schedule on rasp (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
ZihengJiang authored and tqchen committed Sep 28, 2017
1 parent 81f9d5b commit e44b38e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion topi/python/topi/nn/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

from .batch_norm import *
from .conv2d import *
from .depthwise_convolution import *
from .depthwise_conv2d import *
from .elemwise import *
from .dilate import *
from .flatten import *
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions topi/python/topi/rasp/conv2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
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):
Expand Down

0 comments on commit e44b38e

Please sign in to comment.