Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
masahi committed Feb 27, 2020
1 parent 4fa5b9f commit d216c0b
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 @@ -961,6 +961,7 @@ def parse_params(graph, state_dict):


def parse_operators(operators, outputs, output_index_map, ret_name):
""" Convert each Torch IR operators to Relay equivalent """
for node_name, op_node in operators.items():
operator = op_node.kind()
inputs = get_op_inputs(op_node, outputs, output_index_map)
Expand Down

0 comments on commit d216c0b

Please sign in to comment.