Skip to content

Commit

Permalink
add aten::masked_fill_ in pytorch frontend (apache#8403)
Browse files Browse the repository at this point in the history
Co-authored-by: Jackson Hsieh <[email protected]>
  • Loading branch information
2 people authored and ylc committed Sep 29, 2021
1 parent 5625f84 commit 239193b
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 @@ -2546,6 +2546,7 @@ def create_convert_map(self):
"aten::hardsigmoid": self.hard_sigmoid,
"aten::cumsum": self.cumsum,
"aten::masked_fill": self.masked_fill,
"aten::masked_fill_": self.masked_fill,
"aten::masked_select": self.masked_select,
"aten::argsort": self.argsort,
"aten::sort": self.sort,
Expand Down

0 comments on commit 239193b

Please sign in to comment.