Skip to content

Commit

Permalink
Remove todo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexwong committed Feb 18, 2020
1 parent 57870ee commit 4c1d790
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/tvm/relay/frontend/pytorch.py
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,6 @@ def _create_typed_const(data, data_type):
raise NotImplementedError("input_type {} is not handled yet" % (data_type))
return typed_data

# TODO: Fix typing
def _convert_elemwise_input(data, input_type):
import torch
if isinstance(data, torch.Tensor):
Expand Down

0 comments on commit 4c1d790

Please sign in to comment.