Skip to content

Commit

Permalink
add aten::masked_fill_ in pytorch frontend (#8403)
Browse files Browse the repository at this point in the history
Co-authored-by: Jackson Hsieh <[email protected]>
  • Loading branch information
hsiehjackson and Jackson Hsieh committed Jul 5, 2021
1 parent 6a3d950 commit ec47129
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 @@ -2537,6 +2537,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 ec47129

Please sign in to comment.