Skip to content

Commit

Permalink
Add prim::device op (apache#5584)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xuxue1 authored and Trevor Morris committed Jun 9, 2020
1 parent e23c04e commit 293d719
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 293d719

Please sign in to comment.