Skip to content

Commit

Permalink
Add prim::device op (#5584)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xuxue1 authored May 13, 2020
1 parent aa42f97 commit 2cd987d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/tvm/relay/frontend/pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -1615,6 +1615,7 @@ def _wrap_const(c):
def _get_convert_map(prelude):
convert_map = {
"aten::device" : _none(),
"prim::device" : _none(),
"aten::sub" : _elemwise("subtract"),
"aten::sub_" : _elemwise("subtract"),
"aten::max" : _elemwise("maximum"),
Expand Down

0 comments on commit 2cd987d

Please sign in to comment.